Home
last modified time | relevance | path

Searched refs:prefix_cmd (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/cli/
Dcli-decode.c1294 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()
Dcli-decode.h262 struct cmd_list_element **prefix_cmd,
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dmaint.c538 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()
Dcommand.h186 struct cmd_list_element **prefix_cmd,