Searched refs:vroot_vector (Results 1 – 2 of 2) sorted by relevance
166 …nk(register char *filename, int (*thunk) (char *), pathpt path_vector, pathpt vroot_vector, rwt rw) in translate_with_thunk() argument186 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()
42 …k(register char *filename, int (*thunk) (char *), pathpt path_vector, pathpt vroot_vector, rwt rw);