Home
last modified time | relevance | path

Searched refs:apropos_cmd (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/cli/
Dcli-decode.h309 extern void apropos_cmd (struct ui_file *, struct cmd_list_element *,
Dcli-decode.c581 apropos_cmd (struct ui_file *stream, struct cmd_list_element *commandlist, in apropos_cmd() function
625 apropos_cmd (stream,*c->prefixlist,regex,c->prefixname); in apropos_cmd()
Dcli-cmds.c975 apropos_cmd (gdb_stdout,cmdlist,&pattern,""); in apropos_command()