Home
last modified time | relevance | path

Searched refs:tip (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_cmd.h97 const char *tip; /* Menu tip */ member
162 #define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent, flags) \ argument
163 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, parent, flags}
165 #define PHPDBG_COMMAND_D_EX(name, tip, alias, handler, children, args, flags) \ argument
166 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, NULL, flags}
168 #define PHPDBG_COMMAND_D(name, tip, alias, children, args, flags) \ argument
169 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##name, children, args, NULL, flags}
H A Dphpdbg_help.c31 #define PHPDBG_COMMAND_HELP_D(name, tip, alias, action) \ argument
32 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, action, &phpdbg_prompt_commands[16], 0}
148 spprintf(&summary, 0, "Command: **%s** Alias: **%c** **%s**\n", cmd->name, cmd->alias, cmd->tip); in summary_print()
292 …("command", "alias=\"%c\" name=\"%s\" tip=\"%s\"", " %c %-20s %s", c->alias, c->name, c->tip); in PHPDBG_HELP()
298 c->alias, c_sub->alias, c->name, len, c_sub->name, c_sub->tip); in PHPDBG_HELP()
309 …iasinfo", "alias=\"%c\" name=\"%s\" tip=\"%s\"", " %c %-20s %s\n", c->alias, c->name, c->tip); in PHPDBG_HELP()
317 c->alias, c_sub->alias, c->name, len, c_sub->name, c_sub->tip); in PHPDBG_HELP()

Completed in 8 milliseconds