Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.h1028 VAR_SET_NO_EXPORT = 1 << 0,
1029 VAR_SET_NO_EXPORT = 1 << 0, global() enumerator
H A Dvar.c1045 if (scope == SCOPE_CMDLINE && !(flags & VAR_SET_NO_EXPORT)) { in Var_SetWithFlags()
1101 if (!(flags & VAR_SET_NO_EXPORT)) { in Var_SetWithFlags()
1704 VAR_SET_NO_EXPORT); in ModifyWord_Loop()