Home
last modified time | relevance | path

Searched refs:lookup_variable_in_set (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dvariable.h153 extern struct variable *lookup_variable_in_set PARAMS ((const char *name,
Dexpand.c486 v = lookup_variable_in_set (name, length, set->set); in variable_append()
Dvariable.c424 lookup_variable_in_set (const char *name, unsigned int length, in lookup_variable_in_set() function
892 gv = lookup_variable_in_set (v->name, strlen(v->name), in target_environment()
1039 v = lookup_variable_in_set (varname, strlen (varname), in do_variable_definition()
DChangeLog2148 (lookup_variable_in_set): Likewise.
2561 (lookup_variable_in_set): Make this non-static so we can use it
2563 (try_variable_definition): Use lookup_variable_in_set() rather
2566 lookup_variable_in_set().