Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmain.c744 if (GetBooleanExpr("${MAKE_DEBUG_OBJDIR_CHECK_WRITABLE}", in Main_SetObjdir()
862 GetBooleanExpr(const char *expr, bool fallback)
885 expandVars = GetBooleanExpr("${.MAKE.EXPAND_VARIABLES}", in doPrintVars()
1074 writable = GetBooleanExpr("${MAKE_OBJDIR_CHECK_WRITABLE}", true); in InitObjdir()
2066 !GetBooleanExpr("${.MAKE.DIE_QUIETLY}", true)) in cached_realpath()
865 GetBooleanExpr(const char *expr, bool fallback) GetBooleanExpr() function
H A Dmake.h897 bool GetBooleanExpr(const char *, bool);
H A Djob.c2189 Always_pass_job_queue = GetBooleanExpr(MAKE_ALWAYS_PASS_JOB_QUEUE, in AddSig()
2192 Job_error_token = GetBooleanExpr(MAKE_JOB_ERROR_TOKEN, Job_error_token); in AddSig()
H A Dparse.c1496 bool targetVarsEnabled = GetBooleanExpr( in ParseDependencySourcesMundane()