Searched refs:lookup_variable (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
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 …]
|
D | expand.c | 168 v = lookup_variable (name, length); in reference_variable() 320 v = lookup_variable (beg, colon - beg); in variable_expand_string()
|
D | variable.h | 152 extern struct variable *lookup_variable PARAMS ((const char *name, unsigned int length));
|
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()
|
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()
|
D | main.c | 777 struct variable *v = lookup_variable (STRING_SIZE_TUPLE ("PATH")); in find_and_set_default_shell() 1402 struct variable *v = lookup_variable (STRING_SIZE_TUPLE (MAKELEVEL_NAME)); in main() 1608 struct variable *shv = lookup_variable (STRING_SIZE_TUPLE ("SHELL")); in main() 2350 v = lookup_variable (STRING_SIZE_TUPLE ("MAKECMDGOALS")); in handle_non_switch_argument()
|
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
|
D | job.c | 2098 struct variable *p = lookup_variable ("SHELL", 5); in exec_command()
|