Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/make/lib/vroot/
H A Dvroot.cc166 …nk(register char *filename, int (*thunk) (char *), pathpt path_vector, pathpt vroot_vector, rwt rw) 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()
/titanic_41/usr/src/cmd/make/include/vroot/
H A Dargs.h42 …k(register char *filename, int (*thunk) (char *), pathpt path_vector, pathpt vroot_vector, rwt rw);