Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvpath.c177 register struct vpath *path, *lastpath; in construct_vpath_list() local
179 lastpath = 0; in construct_vpath_list()
191 if (lastpath == 0) in construct_vpath_list()
194 lastpath->next = next; in construct_vpath_list()
202 lastpath = path; in construct_vpath_list()