Searched refs:abbrev_flag (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/cli/
H A Dcli-decode.c177 c->abbrev_flag = 0;
216 int abbrev_flag, struct cmd_list_element **list)
239 c->abbrev_flag = abbrev_flag;
262 /* Like add_prefix_cmd but sets the abbrev_flag on the new command. */
274 c->abbrev_flag = 1;
555 add_info_alias (char *name, char *oldname, int abbrev_flag)
557 return add_alias_cmd (name, oldname, 0, abbrev_flag, &infolist);
573 int abbrev_flag)
575 return add_alias_cmd (name, oldname, class, abbrev_flag,
214 add_alias_cmd(char *name, char *oldname, enum command_class class, int abbrev_flag, struct cmd_list_element **list) argument
553 add_info_alias(char *name, char *oldname, int abbrev_flag) argument
570 add_com_alias(char *name, char *oldname, enum command_class class, int abbrev_flag) argument
[all...]
H A Dcli-decode.h150 char abbrev_flag; member in struct:cmd_list_element
H A Dcli-setshow.c365 if (list->prefixlist && !list->abbrev_flag)

Completed in 110 milliseconds