OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocated_variable_expand
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/host-tools/make-3.81/
expand.c
144
value =
allocated_variable_expand
(v->value);
440
return
allocated_variable_expand
((char *)str);
446
return
allocated_variable_expand
(tmp);
476
/* Like
allocated_variable_expand
, but for += target-specific variables.
variable.h
116
#define
allocated_variable_expand
(line) \
macro
variable.c
1026
p = alloc_value =
allocated_variable_expand
(value);
[
all
...]
read.c
177
value =
allocated_variable_expand
("$(MAKEFILES)");
720
p2 = ap =
allocated_variable_expand
(p2);
750
p2 = ap =
allocated_variable_expand
(p2);
802
p =
allocated_variable_expand
(p2);
[
all
...]
function.c
867
result =
allocated_variable_expand
(body);
[
all
...]
Completed in 18 milliseconds