OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:variable_expand
(Results
1 - 7
of
7
) sorted by null
/ndk/sources/host-tools/make-3.81/
expand.c
50
/* Subroutine of
variable_expand
and friends:
419
variable_expand
(char *line)
460
return
variable_expand
(line);
468
result =
variable_expand
(line);
416
variable_expand
(char *line)
function
vpath.c
76
general VPATH list from it. We use
variable_expand
rather than just
84
p =
variable_expand
("$(strip $(VPATH))");
108
GPATH list from it. We use
variable_expand
rather than just
116
p =
variable_expand
("$(strip $(GPATH))");
variable.h
113
extern char *
variable_expand
PARAMS ((char *line));
file.c
492
char *buffer =
variable_expand
("");
532
char *buffer =
variable_expand
("");
read.c
772
p2 =
variable_expand
(p2);
[
all
...]
remake.c
[
all
...]
main.c
[
all
...]
Completed in 114 milliseconds