Searched refs:cmd_cfunc_ftype (Results 1 – 3 of 3) sorted by relevance
127 typedef void cmd_cfunc_ftype (char *args, int from_tty); typedef129 cmd_cfunc_ftype *cfunc);
75 cmd_cfunc_ftype *cfunc;
61 set_cmd_cfunc (struct cmd_list_element *cmd, cmd_cfunc_ftype *cfunc) in set_cmd_cfunc()