Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvpath.c45 static struct vpath *general_vpath; variable
102 general_vpath = vpaths; in build_vpath_lists()
349 || (vpaths == 0 && general_vpath == 0)) in vpath_search()
357 if (general_vpath != 0 in vpath_search()
358 && selective_vpath_search (general_vpath, file, mtime_ptr)) in vpath_search()
592 if (general_vpath == 0) in print_vpath_data_base()
596 register char **path = general_vpath->searchpath; in print_vpath_data_base()