commands 572 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) { commands 573 sapi/phpdbg/phpdbg_cmd.c const phpdbg_command_t *command = commands; commands 141 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); commands 182 sapi/phpdbg/phpdbg_help.c phpdbg_command_t const * commands /* command table to be scanned */ commands 189 sapi/phpdbg/phpdbg_help.c for (c=commands; c->name; c++) { commands 198 sapi/phpdbg/phpdbg_help.c for (c=commands; c->name; c++) {