phpdbg_prompt_commands 32 sapi/phpdbg/phpdbg_break.c PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[9], flags) phpdbg_prompt_commands 692 sapi/phpdbg/phpdbg_cmd.c handler = phpdbg_stack_resolve(phpdbg_prompt_commands, NULL, &top); phpdbg_prompt_commands 32 sapi/phpdbg/phpdbg_help.c {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, action, &phpdbg_prompt_commands[16], 0} phpdbg_prompt_commands 223 sapi/phpdbg/phpdbg_help.c n = get_command(param->str, param->len, &cmd, phpdbg_prompt_commands); phpdbg_prompt_commands 232 sapi/phpdbg/phpdbg_help.c for (cmd=phpdbg_prompt_commands; cmd->name; cmd++) { phpdbg_prompt_commands 270 sapi/phpdbg/phpdbg_help.c for(c = phpdbg_prompt_commands; c->name; c++) { phpdbg_prompt_commands 288 sapi/phpdbg/phpdbg_help.c get_command("h", 1, &c, phpdbg_prompt_commands); phpdbg_prompt_commands 31 sapi/phpdbg/phpdbg_info.c PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[13], flags) phpdbg_prompt_commands 39 sapi/phpdbg/phpdbg_list.c PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[12], flags) phpdbg_prompt_commands 30 sapi/phpdbg/phpdbg_print.c PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[8], flags) phpdbg_prompt_commands 69 sapi/phpdbg/phpdbg_prompt.c const phpdbg_command_t phpdbg_prompt_commands[] = { phpdbg_prompt_commands 64 sapi/phpdbg/phpdbg_prompt.h extern const phpdbg_command_t phpdbg_prompt_commands[]; /* }}} */ phpdbg_prompt_commands 31 sapi/phpdbg/phpdbg_set.c PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[17], flags) phpdbg_prompt_commands 86 sapi/phpdbg/phpdbg_watch.c PHPDBG_COMMAND_D_EX(array, "create watchpoint on an array", 'a', watch_array, &phpdbg_prompt_commands[24], "s", 0), phpdbg_prompt_commands 87 sapi/phpdbg/phpdbg_watch.c PHPDBG_COMMAND_D_EX(delete, "delete watchpoint", 'd', watch_delete, &phpdbg_prompt_commands[24], "s", 0), phpdbg_prompt_commands 88 sapi/phpdbg/phpdbg_watch.c PHPDBG_COMMAND_D_EX(recursive, "create recursive watchpoints", 'r', watch_recursive, &phpdbg_prompt_commands[24], "s", 0),