OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:general_vpath
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/
vpath.c
45
static struct vpath *
general_vpath
;
variable in typeref:struct:vpath
103
general_vpath
= vpaths;
146
linked list of all selective VPATH lists or in the
GENERAL_VPATH
353
|| (vpaths == 0 &&
general_vpath
== 0))
361
if (
general_vpath
!= 0
362
&& selective_vpath_search (
general_vpath
, file, mtime_ptr))
597
if (
general_vpath
== 0)
601
register char **path =
general_vpath
->searchpath;
Completed in 393 milliseconds