Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dvroot.cc166 translate_with_thunk(char *filename, int (*thunk) (char *), pathpt path_vector, pathpt vroot_vector in translate_with_thunk() argument
186 if (vroot_vector == VROOT_DEFAULT) { in translate_with_thunk()
190 vroot_vector= vroot_data.vroot.vector;}; in translate_with_thunk()
191 vp= vroot_vector == NULL ? NULL : &(vroot_vector)[0]; in translate_with_thunk()