Home
last modified time | relevance | path

Searched refs:define_variable (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/
H A Dvariable.c406 return define_variable (vname, length, nvalue, o_env, 1); in lookup_variable()
410 return define_variable (vname, length, value, o_env, 1); in lookup_variable()
713 (void) define_variable (MAKELEVEL_NAME, MAKELEVEL_LENGTH, buf, o_env, 0); in define_automatic_variables()
721 (void) define_variable ("MAKE_VERSION", 12, buf, o_default, 0); in define_automatic_variables()
734 (void) define_variable (shell_str, shlen, in define_automatic_variables()
742 (void) define_variable (shell_str, shlen, comp->value, o_env, 0); in define_automatic_variables()
785 (void) define_variable (shell_str, shlen, replace->value, in define_automatic_variables()
789 (void) define_variable (shell_str, shlen, default_shell, in define_automatic_variables()
797 v = define_variable ("SHELL", 5, default_shell, o_default, 0); in define_automatic_variables()
814 v = define_variable ("MAKEFILES", 9, "", o_default, 0); in define_automatic_variables()
[all …]
H A Ddefault.c528 (void) define_variable ("SUFFIXES", 8, "", o_default, 0); in set_default_suffixes()
535 (void) define_variable ("SUFFIXES", 8, default_suffixes, o_default, 0); in set_default_suffixes()
593 (void) define_variable (s[0], strlen (s[0]), s[1], o_default, 1); in define_default_variables()
H A Dvariable.h164 #define define_variable(n,l,v,o,r) \ macro
H A Dfunction.c844 var = define_variable (varname, strlen (varname), "", o_automatic, 0); in func_foreach()
2299 define_variable (num, strlen (num), *argv, o_automatic, 0); in func_call()
2312 define_variable (num, strlen (num), "", o_automatic, 0); in func_call()
H A Dread.c158 define_variable ("MAKEFILE_LIST", sizeof ("MAKEFILE_LIST")-1, "", o_file, 0); in read_all_makefiles()
H A DChangeLog912 define_variable() when setting new value for the .DEFAULT_TARGET
2525 value before invoking define_variable().
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dpic.y320 define_variable($1, $3);
435 { define_variable("scale", 1.0); }
1714 void define_variable(const char *name, double val) in define_variable() function
1727 define_variable(defaults_table[i].name, val*defaults_table[i].val); in define_variable()
1753 define_variable(defaults_table[i].name, val); in reset()
1768 define_variable(defaults_table[i].name, defaults_table[i].val); in reset_all()
H A Dobject.h224 void define_variable(const char *name, double val);
H A Dlex.cpp1380 define_variable(var, val); in get()
1419 define_variable(var, from); in do_for()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.117394 * src/preproc/pic/pic.y (define_variable, reset, reset_all): Fix
H A DChangeLog4531 * src/preproc/pic/pic.y (define_label, define_variable): Use `new
H A DChangeLog.1154885 (define_variable): When defining scale reset only those