Searched refs:sfunc (Results 1 – 5 of 5) sorted by relevance
81 cmd_sfunc_ftype *sfunc; member
129 c->function.sfunc (args, from_tty, c); /* Ok. */ in do_sfunc()133 set_cmd_sfunc (struct cmd_list_element *cmd, cmd_sfunc_ftype *sfunc) in set_cmd_sfunc() argument135 if (sfunc == NULL) in set_cmd_sfunc()139 cmd->function.sfunc = sfunc; /* Ok. */ in set_cmd_sfunc()
156 cmd_sfunc_ftype *sfunc);
1233 void (*sfunc) (char *args, int from_tty,
15809 void (*sfunc) (char *args, int from_tty, in add_catch_command()15819 set_cmd_sfunc (command, sfunc); in add_catch_command()15825 set_cmd_sfunc (command, sfunc); in add_catch_command()