Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dvroot.cc54 static vroot_datat vroot_data= { variable
123 vroot_data.path.init= 0; in flush_path_cache()
129 vroot_data.vroot.init= 0; in flush_vroot_cache()
180 vroot_data.path.init= 1; in translate_with_thunk()
181 vroot_data.path.vector= parse_path_string(getenv(vroot_data.path.env_var), 0);}; in translate_with_thunk()
188 vroot_data.vroot.init= 1; in translate_with_thunk()
189 vroot_data.vroot.vector= parse_path_string(getenv(vroot_data.vroot.env_var), 1);}; in translate_with_thunk()
195 vroot_data.path_start= NULL; in translate_with_thunk()
208 vroot_data.filename_start= vroot_data.full_path; in translate_with_thunk()
218 p= vroot_data.full_path; in translate_with_thunk()
[all …]