Home
last modified time | relevance | path

Searched refs:gpaths (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dvpath.c49 static struct vpath *gpaths; variable
134 gpaths = vpaths; in build_vpath_lists()
322 if (gpaths && (len <= gpaths->maxlen)) in gpath_search()
323 for (gp = gpaths->searchpath; *gp != NULL; ++gp) in gpath_search()