OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gpaths
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/
vpath.c
49
static struct vpath *
gpaths
;
variable in typeref:struct:vpath
135
gpaths
= vpaths;
325
if (
gpaths
&& (len <=
gpaths
->maxlen))
326
for (gp =
gpaths
->searchpath; *gp != NULL; ++gp)
Completed in 5335 milliseconds