Home
last modified time | relevance | path

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

/original-bsd/usr.bin/make/
H A Dmake.h282 extern Boolean checkEnvFirst; /* TRUE if environment should be searched for
H A Dmain.c96 Boolean checkEnvFirst; /* -e flag */ variable
220 checkEnvFirst = TRUE;
H A Dvar.c238 if (!checkEnvFirst && (var == NILLNODE) && (flags & FIND_GLOBAL) &&
259 } else if (checkEnvFirst && (flags & FIND_GLOBAL) &&