Searched refs:Var_Exists (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dvar.h73 Boolean Var_Exists(const char *, struct GNode *);
H A Dmake.c565 if (!Var_Exists (OODATE, gn)) {
568 if (!Var_Exists (ALLSRC, gn)) {
H A Dparse.c1430 if (Var_Exists(line, ctxt)) {
1494 if (!Var_Exists(line, ctxt))
H A Dmain.c1208 if (Var_Exists("VPATH", VAR_CMD)) {
H A Djob.c2294 } else if (!Var_Exists(MAKE_JOB_PREFIX, VAR_GLOBAL)) {
H A Dvar.c61 * Var_Exists See if a variable exists.
1116 Var_Exists(const char *name, GNode *ctxt) function
/freebsd-9.3-release/contrib/bmake/
H A Dnonints.h185 Boolean Var_Exists(const char *, GNode *);
H A Dmake.c980 if (!Var_Exists (OODATE, gn)) {
983 if (!Var_Exists (ALLSRC, gn)) {
H A Dparse.c1852 if (Var_Exists(line, ctxt)) {
1910 if (!Var_Exists(line, ctxt))
H A Dmeta.c594 if (metaVerbose && !Var_Exists(MAKE_META_PREFIX, VAR_GLOBAL)) {
H A Dmain.c1262 if (Var_Exists("VPATH", VAR_CMD)) {
H A Djob.c2209 } else if (!Var_Exists(MAKE_JOB_PREFIX, VAR_GLOBAL)) {
H A Dvar.c100 * Var_Exists See if a variable exists.
1087 * Var_Exists --
1103 Var_Exists(const char *name, GNode *ctxt) function

Completed in 114 milliseconds