Searched refs:lookup_variable (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | variable.c | 340 lookup_variable (const char *name, unsigned int length) in lookup_variable() function 729 struct variable *mshp = lookup_variable ("MAKESHELL", 9); in define_automatic_variables() 730 struct variable *comp = lookup_variable ("COMSPEC", 7); in define_automatic_variables() 739 struct variable *shp = lookup_variable (shell_str, shlen); in define_automatic_variables() 749 struct variable *shell = lookup_variable (shell_str, shlen); in define_automatic_variables() 750 struct variable *replace = lookup_variable ("MAKESHELL", 9); in define_automatic_variables() 774 replace = lookup_variable ("COMSPEC", 7); in define_automatic_variables() 778 replace = lookup_variable ("OS2_SHELL", 9); in define_automatic_variables() 1020 v = lookup_variable (varname, strlen (varname)); in do_variable_definition() 1048 v = lookup_variable (varname, strlen (varname)); in do_variable_definition() [all …]
|
H A D | expand.c | 168 v = lookup_variable (name, length); in reference_variable() 320 v = lookup_variable (beg, colon - beg); in variable_expand_string()
|
H A D | function.c | 455 register struct variable *v = lookup_variable (argv[0], strlen (argv[0])); in func_origin() 494 register struct variable *v = lookup_variable (argv[0], strlen (argv[0])); in func_flavor() 1381 struct variable *v = lookup_variable (argv[0], strlen (argv[0])); in func_value() 1517 struct variable *sh = lookup_variable ("SHELL", 5); in msdos_openpipe() 2275 v = lookup_variable (fname, flen); in func_call()
|
H A D | variable.h | 152 extern struct variable *lookup_variable PARAMS ((const char *name, unsigned int length));
|
H A D | read.c | 721 v = lookup_variable (p, len); in eval() 751 v = lookup_variable (p, len); in eval() 1577 v = lookup_variable (var, i); in conditional_line() 1840 gv = lookup_variable (v->name, len); in record_target_var() 2885 struct variable *djdir = lookup_variable ("DJDIR", 5); in construct_include_path()
|
H A D | ChangeLog | 2011 (lookup_variable): Invoke handle_special_var(). 2147 (lookup_variable): Likewise. 2524 * variable.c (lookup_variable) [VMS]: Null-terminate the variable 2536 * variable.c (lookup_variable) [VMS]: When getting values from the 2558 * variable.c (lookup_variable): Remove the code that looked up the 2700 * variable.c (lookup_variable) [VMS]: Remove vestigial references
|
H A D | job.c | 2098 struct variable *p = lookup_variable ("SHELL", 5); in exec_command()
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
H A D | pic.y | 655 lookup_variable("lineht", & $$->segment_height); 656 lookup_variable("linewid", & $$->segment_width); 662 lookup_variable("lineht", & $$->segment_height); 663 lookup_variable("linewid", & $$->segment_width); 669 lookup_variable("moveht", & $$->segment_height); 670 lookup_variable("movewid", & $$->segment_width); 676 lookup_variable("lineht", & $$->segment_height); 677 lookup_variable("linewid", & $$->segment_width); 899 lookup_variable("dashwid", & $$->dash_width); 911 lookup_variable("dashwid", & $$->dash_width); [all …]
|
H A D | object.cpp | 99 lookup_variable("maxpswid", &max_width); in compute_scale() 101 lookup_variable("maxpsht", &max_height); in compute_scale() 802 lookup_variable("boxht", &height); in make_box() 808 lookup_variable("boxwid", &width); in make_box() 814 lookup_variable("boxrad", &radius); in make_box() 987 lookup_variable("textht", &height); in make_text() 994 lookup_variable("textwid", &width); in make_text() 1043 lookup_variable("ellipseht", &height); in make_ellipse() 1049 lookup_variable("ellipsewid", &width); in make_ellipse() 1091 lookup_variable("circlerad", &radius); in make_circle() [all …]
|
H A D | object.h | 223 int lookup_variable(const char *name, double *val);
|
H A D | lex.cpp | 1372 if (!lookup_variable(var, &val)) { in get() 1400 if (!lookup_variable(var, &val)) in peek()
|