Searched refs:set_func (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | command.h | 247 cmd_sfunc_ftype *set_func, 258 cmd_sfunc_ftype *set_func, 268 cmd_sfunc_ftype *set_func, 279 cmd_sfunc_ftype *set_func, 290 cmd_sfunc_ftype *set_func, 302 cmd_sfunc_ftype *set_func, 313 cmd_sfunc_ftype *set_func, 324 cmd_sfunc_ftype *set_func, 335 cmd_sfunc_ftype *set_func, 346 cmd_sfunc_ftype *set_func, [all …]
|
| /dflybsd-src/contrib/gdb-7/gdb/cli/ |
| H A D | cli-decode.c | 436 cmd_sfunc_ftype *set_func, in add_setshow_cmd_full() argument 462 if (set_func != NULL) in add_setshow_cmd_full() 463 set_cmd_sfunc (set, set_func); in add_setshow_cmd_full() 491 cmd_sfunc_ftype *set_func, in add_setshow_enum_cmd() argument 500 set_func, show_func, in add_setshow_enum_cmd() 518 cmd_sfunc_ftype *set_func, in add_setshow_auto_boolean_cmd() argument 527 set_func, show_func, in add_setshow_auto_boolean_cmd() 541 cmd_sfunc_ftype *set_func, in add_setshow_boolean_cmd() argument 551 set_func, show_func, in add_setshow_boolean_cmd() 564 cmd_sfunc_ftype *set_func, in add_setshow_filename_cmd() argument [all …]
|
| /dflybsd-src/contrib/gdb-7/readline/ |
| H A D | bind.c | 1518 _rl_sv_func_t *set_func; member 1596 if (i < 0 || string_varlist[i].set_func == 0) 1599 v = (*string_varlist[i].set_func) (value);
|