HomeSort by: relevance | last modified time | path
    Searched defs:help_cmd (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.c 1740 I am going to split this into two separate commands, help_cmd and
1744 help_cmd (const char *command, struct ui_file *stream)
1743 help_cmd (const char *command, struct ui_file *stream) function
cli-cmds.c 393 help_cmd (command, gdb_stdout);
2669 cmd_list_element *help_cmd
2672 set_cmd_completer (help_cmd, command_completer);
2675 add_com_alias ("h", help_cmd, class_support, 1);
2663 cmd_list_element *help_cmd local
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.c 1837 I am going to split this into two separate commands, help_cmd and
1841 help_cmd (const char *command, struct ui_file *stream)
1840 help_cmd (const char *command, struct ui_file *stream) function
cli-cmds.c 394 help_cmd (command, gdb_stdout);
2716 cmd_list_element *help_cmd
2719 set_cmd_completer (help_cmd, command_completer);
2722 add_com_alias ("h", help_cmd, class_support, 1);
2710 cmd_list_element *help_cmd local
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.c 5606 static int help_cmd(SMTPD_STATE *, int, SMTPD_TOKEN *);
5632 {SMTPD_CMD_HELP, help_cmd, SMTPD_CMD_FLAG_PRE_TLS,},
5642 /* help_cmd - process HELP command */
5644 static int help_cmd(SMTPD_STATE *state, int unused_argc, SMTPD_TOKEN *unused_argv) function

Completed in 142 milliseconds