Searched refs:Var_Exists (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/bmake/
H A Dmain.c1410 Var_Exists(".MAKE.JOBS", VAR_GLOBAL)) {
1454 if (Var_Exists("VPATH", VAR_CMD)) {
H A Dvar.c100 * Var_Exists See if a variable exists.
1094 * Var_Exists --
1110 Var_Exists(const char *name, GNode *ctxt) function
H A Dparse.c1916 if (Var_Exists(line, ctxt)) {
1974 if (!Var_Exists(line, ctxt))
H A Dmeta.c616 if (metaVerbose && !Var_Exists(MAKE_META_PREFIX, VAR_GLOBAL)) {
H A Djob.c2252 } else if (!Var_Exists(MAKE_JOB_PREFIX, VAR_GLOBAL)) {
H A Dnonints.h191 Boolean Var_Exists(const char *, GNode *);
H A Dmake.c975 if (!Var_Exists (OODATE, gn)) {
978 if (!Var_Exists (ALLSRC, gn)) {

Completed in 109 milliseconds