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

/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.h262 struct cmd_list_element **prefix_cmd,
H A Dcli-decode.c1212 struct cmd_list_element *prefix_cmd = NULL;
1217 if (!lookup_cmd_composition (*text, &alias, &prefix_cmd, &cmd))
1233 if (prefix_cmd)
1234 printf_filtered ("%s", prefix_cmd->prefixname);
1277 command) set *prefix_cmd.
1281 If any of *alias, *prefix_cmd, or *cmd cannot be determined or do not
1288 struct cmd_list_element **prefix_cmd,
1296 *prefix_cmd = NULL;
1378 *prefix_cmd = prev_cmd;
1208 struct cmd_list_element *prefix_cmd = NULL; local
1282 lookup_cmd_composition(char *text, struct cmd_list_element **alias, struct cmd_list_element **prefix_cmd, struct cmd_list_element **cmd) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcommand.h185 struct cmd_list_element **prefix_cmd,
H A Dmaint.c538 struct cmd_list_element *prefix_cmd = NULL; local
549 if (!lookup_cmd_composition (text, &alias, &prefix_cmd, &cmd))

Completed in 111 milliseconds