Searched refs:prefix_cmd (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/cli/ |
| D | cli-decode.c | 1294 struct cmd_list_element *prefix_cmd = NULL; in deprecated_cmd_warning() local 1299 if (!lookup_cmd_composition (*text, &alias, &prefix_cmd, &cmd)) in deprecated_cmd_warning() 1315 if (prefix_cmd) in deprecated_cmd_warning() 1316 printf_filtered ("%s", prefix_cmd->prefixname); in deprecated_cmd_warning() 1370 struct cmd_list_element **prefix_cmd, in lookup_cmd_composition() argument 1378 *prefix_cmd = NULL; in lookup_cmd_composition() 1460 *prefix_cmd = prev_cmd; in lookup_cmd_composition()
|
| D | cli-decode.h | 262 struct cmd_list_element **prefix_cmd,
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | maint.c | 538 struct cmd_list_element *prefix_cmd = NULL; in maintenance_do_deprecate() local 549 if (!lookup_cmd_composition (text, &alias, &prefix_cmd, &cmd)) in maintenance_do_deprecate()
|
| D | command.h | 186 struct cmd_list_element **prefix_cmd,
|