Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/make/
Dvar.c229 UNEXPORT_NAMED, enumerator
924 what = arg[0] != '\0' ? UNEXPORT_NAMED : UNEXPORT_ALL; in GetVarnamesToUnexport()
925 if (what == UNEXPORT_NAMED) in GetVarnamesToUnexport()
929 if (what != UNEXPORT_NAMED) { in GetVarnamesToUnexport()
957 if (what == UNEXPORT_NAMED) { in UnexportVar()
984 if (what != UNEXPORT_NAMED) in UnexportVars()