OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vpaths
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/
vpath.c
39
/* Linked-list of all selective
VPATHs
. */
41
static struct vpath *
vpaths
;
variable in typeref:struct:vpath
66
for (old =
vpaths
; old != 0; old = nexto)
73
vpaths
= new;
91
/* Save the list of
vpaths
. */
92
struct vpath *save_vpaths =
vpaths
;
94
/* Empty `
vpaths
' so the new one will have no next, and `
vpaths
'
96
vpaths
= 0;
102
and restore the old list of
vpaths
. *
[
all
...]
Completed in 139 milliseconds