Searched refs:find_cmd (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-decode.c | 42 static struct cmd_list_element *find_cmd (char *command, 949 find_cmd (char *command, int len, struct cmd_list_element *clist, in find_cmd() function 1055 found = find_cmd (command, len, clist, ignore_help_classes, &nfound); in lookup_cmd_1() 1068 found = find_cmd (command, len, clist, ignore_help_classes, &nfound); in lookup_cmd_1() 1428 *cmd = find_cmd (command, len, cur_list, 1, &nfound); in lookup_cmd_composition() 1440 *cmd = find_cmd (command, len, cur_list, 1, &nfound); in lookup_cmd_composition()
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_cmd_parser.c | 1101 find_cmd(struct intel_engine_cs *engine, in find_cmd() function 1494 desc = find_cmd(engine, *cmd, desc, &default_desc); in intel_engine_cmd_parser()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-1998 | 408 * command.c (find_cmd): New function. (lookup_cmd_1): Call it,
|
H A D | ChangeLog-2000 | 456 help_all, print_doc_line, help_cmd_list, find_cmd, lookup_cmd_1,
|
H A D | ChangeLog-1999 | 6782 arch_ok, set_arch), command.c (find_cmd), infrun.c
|
H A D | ChangeLog-2002 | 13470 (find_cmd, complete_on_cmdlist): Ditto.
|