Searched refs:phpdbg_command_t (Results 1 – 18 of 18) sorted by relevance
88 typedef struct _phpdbg_command_t phpdbg_command_t; typedef96 const phpdbg_command_t *subs; /* Sub Commands */98 const phpdbg_command_t *parent; /* Parent Command */137 PHPDBG_API const phpdbg_command_t *phpdbg_stack_resolve(const phpdbg_command_t *commands, const php…138 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack);
33 extern const phpdbg_command_t phpdbg_break_commands[];
38 extern const phpdbg_command_t phpdbg_print_commands[];
33 extern const phpdbg_command_t phpdbg_help_commands[];
37 extern const phpdbg_command_t phpdbg_info_commands[];
40 extern const phpdbg_command_t phpdbg_set_commands[];
35 const phpdbg_command_t phpdbg_break_commands[] = {
37 extern const phpdbg_command_t phpdbg_list_commands[];
32 const phpdbg_command_t phpdbg_help_commands[] = {143 void summary_print(phpdbg_command_t const * const cmd) in summary_print()179 phpdbg_command_t const **command, /* address of first matching command */ in get_command()180 phpdbg_command_t const * commands /* command table to be scanned */ in get_command()183 const phpdbg_command_t *c; in get_command()232 phpdbg_command_t const *cmd; in PHPDBG_COMMAND()282 const phpdbg_command_t *c, *c_sub; in PHPDBG_HELP()
28 static inline const char *phpdbg_command_name(const phpdbg_command_t *command, char *buffer) { in ZEND_EXTERN_MODULE_GLOBALS()466 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack) { in phpdbg_stack_verify()570 PHPDBG_API const phpdbg_command_t *phpdbg_stack_resolve(const phpdbg_command_t *commands, const php… in phpdbg_stack_resolve()571 const phpdbg_command_t *command = commands; in phpdbg_stack_resolve()573 const phpdbg_command_t *matched[3] = {NULL, NULL, NULL}; in phpdbg_stack_resolve()663 const phpdbg_command_t *handler = NULL; in phpdbg_internal_stack_execute()
65 extern const phpdbg_command_t phpdbg_prompt_commands[]; /* }}} */
37 extern const phpdbg_command_t phpdbg_watch_commands[];
31 const phpdbg_command_t phpdbg_set_commands[] = {
39 const phpdbg_command_t phpdbg_list_commands[] = {
30 const phpdbg_command_t phpdbg_print_commands[] = {
31 const phpdbg_command_t phpdbg_info_commands[] = {
116 const phpdbg_command_t phpdbg_watch_commands[] = {
66 const phpdbg_command_t phpdbg_prompt_commands[] = {
Completed in 67 milliseconds