Searched refs:set_variable (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/ipf/dist/lib/ |
H A D | assigndefined.c | 26 set_variable(s, t);
|
H A D | var.c | 146 void set_variable(name, value) in set_variable() function
|
/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | variables.h | 54 extern void set_variable (WINDOW *window, int count, unsigned char key);
|
H A D | variables.c | 101 DECLARE_INFO_COMMAND (set_variable, _("Set the value of an Info variable"))
|
/netbsd-src/external/bsd/ipf/dist/ |
H A D | ipf.h | 391 extern void set_variable __P((char *, char *));
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
H A D | platform.h | 199 } get_variable, set_variable; member
|
/netbsd-src/external/bsd/ipf/dist/tools/ |
H A D | ipscan_y.y | 99 { set_variable($1, $3);
|
H A D | ippool_y.y | 149 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
|
H A D | ipmon_y.y | 102 assign: YY_STR assigning YY_STR { set_variable($1, $3);
|
H A D | ipnat_y.y | 165 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
|
H A D | ipf_y.y | 229 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
|
/netbsd-src/external/gpl2/texinfo/dist/ |
H A D | ChangeLog.46 | 9405 * info/m-x.c (set_variable): Allow variables to have a list of choices. 9437 * info/m-x.c (set_variable) New functions allows setting of
|