Searched refs:lookup_cmd (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-decode.h244 extern struct cmd_list_element *lookup_cmd (char **,
H A Dcli-decode.c218 /* Must do this since lookup_cmd tries to side-effect its first arg */
224 old = lookup_cmd (&copied_name, *list, "", 1, 1);
720 c = lookup_cmd (&command, cmdlist, "", 0, 0);
1146 lookup_cmd (char **line, struct cmd_list_element *list, char *cmdtype,
1142 lookup_cmd (char **line, struct cmd_list_element *list, char *cmdtype, function
H A Dcli-script.c1104 c = lookup_cmd (&tem, cmdlist, "", -1, 1);
1138 hookc = lookup_cmd (&tem, cmdlist, "", -1, 0);
1200 c = lookup_cmd (&tem, cmdlist, "", 0, 1);
H A Dcli-cmds.c948 c = lookup_cmd (&args, cmdlist, "", 0, 1);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcommand.h168 extern struct cmd_list_element *lookup_cmd (char **,
H A Dtracepoint.c925 c = lookup_cmd (&p, cmdlist, "", -1, 1);
1510 cmd = lookup_cmd (&action_exp, cmdlist, "", -1, 1);
2308 cmd = lookup_cmd (&actionline, cmdlist, "", -1, 1);
2542 cmd = lookup_cmd (&action_exp, cmdlist, "", -1, 1);
H A DChangeLog-3.x794 command.c (lookup_cmd): Same.
1438 * command.c (lookup_cmd): Add ignore_help_classes argument.
1440 command.c, main.c: Change callers of lookup_cmd{,_1} to supply
1902 * command.c (lookup_cmd): Clear out trailing whitespace.
2071 * command.c (lookup_cmd): Got correct error message on bad
2077 * command.c (lookup_cmd): If a command is found, use it's values
2080 * command.c (lookup_cmd): Use null string for error if cmdtype is
2101 * command.c (lookup_cmd): Modified to use my new routine. Old
2105 of the work of lookup_cmd with no error reporting and full return
2833 * command.c (lookup_cmd, _initialize_comman
[all...]
H A Dtop.c687 c = lookup_cmd (&p, cmdlist, "", 0, 1);

Completed in 122 milliseconds