Searched refs:GetBooleanExpr (Results 1 – 4 of 4) sorted by relevance
752 if (GetBooleanExpr("${MAKE_DEBUG_OBJDIR_CHECK_WRITABLE}", in Main_SetObjdir()870 GetBooleanExpr(const char *expr, bool fallback) in GetBooleanExpr() function893 expandVars = GetBooleanExpr("${.MAKE.EXPAND_VARIABLES}", in PrintVariables()1066 writable = GetBooleanExpr("${MAKE_OBJDIR_CHECK_WRITABLE}", true); in InitObjdir()2065 !GetBooleanExpr("${.MAKE.DIE_QUIETLY}", true)) in shouldDieQuietly()
902 bool GetBooleanExpr(const char *, bool);
2208 Always_pass_job_queue = GetBooleanExpr(MAKE_ALWAYS_PASS_JOB_QUEUE, in Job_Init()2211 Job_error_token = GetBooleanExpr(MAKE_JOB_ERROR_TOKEN, Job_error_token); in Job_Init()
1553 bool targetVarsEnabled = GetBooleanExpr( in ParseDependencySourcesMundane()