Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dcommand.h127 typedef void cmd_cfunc_ftype (char *args, int from_tty); typedef
129 cmd_cfunc_ftype *cfunc);
/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-decode.h75 cmd_cfunc_ftype *cfunc;
H A Dcli-decode.c61 set_cmd_cfunc (struct cmd_list_element *cmd, cmd_cfunc_ftype *cfunc) in set_cmd_cfunc()