commands 569 sapi/phpdbg/phpdbg_cmd.c PHPDBG_API const phpdbg_command_t* phpdbg_stack_resolve(const phpdbg_command_t *commands, const phpdbg_command_t *parent, phpdbg_param_t **top, char **why) { commands 570 sapi/phpdbg/phpdbg_cmd.c const phpdbg_command_t *command = commands; commands 136 sapi/phpdbg/phpdbg_cmd.h PHPDBG_API const phpdbg_command_t* phpdbg_stack_resolve(const phpdbg_command_t *commands, const phpdbg_command_t *parent, phpdbg_param_t **top, char **why); commands 176 sapi/phpdbg/phpdbg_help.c phpdbg_command_t const * commands /* command table to be scanned */ commands 183 sapi/phpdbg/phpdbg_help.c for (c=commands; c->name; c++) { commands 192 sapi/phpdbg/phpdbg_help.c for (c=commands; c->name; c++) {