Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/config/
Dutil.c138 prefixlist_push(&buildprefixes, path); in buildprefix_push()
147 prefixlist_pop(&allbuildprefixes, &buildprefixes); in buildprefix_pop()
Dfiles.c181 fi->fi_buildprefix = SLIST_EMPTY(&buildprefixes) ? NULL : in addfile()
182 SLIST_FIRST(&buildprefixes)->pf_prefix; in addfile()
Ddefs.h516 extern struct prefixlist buildprefixes, /* build prefix stack */
Dmain.c158 struct prefixlist buildprefixes, /* build prefix stack */ variable