| /src/bin/sh/ |
| var.h | 65 void (*set_func)(char *, int); /* variable gets set/unset */ member in union:var_func_union
|
| var.h | 65 void (*set_func)(char *, int); /* variable gets set/unset */ member in union:var_func_union
|
| /src/usr.sbin/ldpd/ |
| ldp_command.c | 73 static int set_func(int, char *); 90 { "set", set_func }, 361 set_func(int s, char *recvspace) function
|
| ldp_command.c | 73 static int set_func(int, char *); 90 { "set", set_func }, 361 set_func(int s, char *recvspace) function
|
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-param.c | 103 /* The set_func function or #f if not specified. 106 SCM set_func; member in struct:param_smob 249 p_smob->set_func = SCM_BOOL_F; 317 Signal the error returned from calling set_func/show_func. */ 339 add_setshow_* set_func prototype. This function will call 340 the Scheme function "set_func" which must exist. 349 gdb_assert (gdbscm_is_procedure (p_smob->set_func)); 353 result = gdbscm_safe_call_1 (p_smob->set_func, self, gdbscm_user_error_p); 428 cmd_func_ftype *set_func, 440 show_doc, help_doc, set_func, 949 SCM set_func = SCM_BOOL_F, show_func = SCM_BOOL_F; local 1014 SCM_ASSERT_TYPE (gdbscm_is_procedure (set_func), set_func, local [all...] |
| scm-param.c | 103 /* The set_func function or #f if not specified. 106 SCM set_func; member in struct:param_smob 249 p_smob->set_func = SCM_BOOL_F; 317 Signal the error returned from calling set_func/show_func. */ 339 add_setshow_* set_func prototype. This function will call 340 the Scheme function "set_func" which must exist. 349 gdb_assert (gdbscm_is_procedure (p_smob->set_func)); 353 result = gdbscm_safe_call_1 (p_smob->set_func, self, gdbscm_user_error_p); 428 cmd_func_ftype *set_func, 440 show_doc, help_doc, set_func, 949 SCM set_func = SCM_BOOL_F, show_func = SCM_BOOL_F; local 1014 SCM_ASSERT_TYPE (gdbscm_is_procedure (set_func), set_func, local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-param.c | 103 /* The set_func function or #f if not specified. 106 SCM set_func; member in struct:param_smob 249 p_smob->set_func = SCM_BOOL_F; 317 Signal the error returned from calling set_func/show_func. */ 339 add_setshow_* set_func prototype. This function will call 340 the Scheme function "set_func" which must exist. 349 gdb_assert (gdbscm_is_procedure (p_smob->set_func)); 353 result = gdbscm_safe_call_1 (p_smob->set_func, self, gdbscm_user_error_p); 428 cmd_func_ftype *set_func, 440 show_doc, help_doc, set_func, 949 SCM set_func = SCM_BOOL_F, show_func = SCM_BOOL_F; local 1014 SCM_ASSERT_TYPE (gdbscm_is_procedure (set_func), set_func, local [all...] |
| scm-param.c | 103 /* The set_func function or #f if not specified. 106 SCM set_func; member in struct:param_smob 249 p_smob->set_func = SCM_BOOL_F; 317 Signal the error returned from calling set_func/show_func. */ 339 add_setshow_* set_func prototype. This function will call 340 the Scheme function "set_func" which must exist. 349 gdb_assert (gdbscm_is_procedure (p_smob->set_func)); 353 result = gdbscm_safe_call_1 (p_smob->set_func, self, gdbscm_user_error_p); 428 cmd_func_ftype *set_func, 440 show_doc, help_doc, set_func, 949 SCM set_func = SCM_BOOL_F, show_func = SCM_BOOL_F; local 1014 SCM_ASSERT_TYPE (gdbscm_is_procedure (set_func), set_func, local [all...] |
| /src/external/gpl3/gdb/dist/readline/readline/ |
| bind.c | 2015 _rl_sv_func_t *set_func; member in struct:__anon4146 2101 if (i < 0 || string_varlist[i].set_func == 0) 2108 v = (*string_varlist[i].set_func) (value);
|
| bind.c | 2015 _rl_sv_func_t *set_func; member in struct:__anon4146 2101 if (i < 0 || string_varlist[i].set_func == 0) 2108 v = (*string_varlist[i].set_func) (value);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| bind.c | 1916 _rl_sv_func_t *set_func; member in struct:__anon6885 2000 if (i < 0 || string_varlist[i].set_func == 0) 2007 v = (*string_varlist[i].set_func) (value);
|
| bind.c | 1916 _rl_sv_func_t *set_func; member in struct:__anon6885 2000 if (i < 0 || string_varlist[i].set_func == 0) 2007 v = (*string_varlist[i].set_func) (value);
|