Searched refs:set_func (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | command.h | 234 cmd_sfunc_ftype *set_func, 246 cmd_sfunc_ftype *set_func, 256 cmd_sfunc_ftype *set_func, 268 cmd_sfunc_ftype *set_func, 280 cmd_sfunc_ftype *set_func, 292 cmd_sfunc_ftype *set_func, 304 cmd_sfunc_ftype *set_func,
|
| H A D | remote.c | 636 cmd_sfunc_ftype *set_func, in add_packet_config_cmd() argument 664 set_func, show_func, in add_packet_config_cmd()
|
| H A D | ChangeLog-2002 | 7810 set_func and show_func to cmd_sfunc_ftype.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
| H A D | cli-decode.c | 334 cmd_sfunc_ftype *set_func, in add_setshow_cmd_full() argument 358 if (set_func != NULL) in add_setshow_cmd_full() 359 set_cmd_sfunc (set, set_func); in add_setshow_cmd_full() 419 cmd_sfunc_ftype *set_func, in add_setshow_enum_cmd() argument 427 set_func, show_func, in add_setshow_enum_cmd() 443 cmd_sfunc_ftype *set_func, in add_setshow_auto_boolean_cmd() argument 452 set_func, show_func, in add_setshow_auto_boolean_cmd() 466 cmd_sfunc_ftype *set_func, in add_setshow_boolean_cmd() argument 475 set_func, show_func, in add_setshow_boolean_cmd() 488 cmd_sfunc_ftype *set_func, in add_setshow_filename_cmd() argument [all …]
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | bind.c | 1348 _rl_sv_func_t *set_func; member 1404 if (i < 0 || string_varlist[i].set_func == 0) 1407 v = (*string_varlist[i].set_func) (value);
|