Searched refs:GetBooleanExpr (Results 1 – 4 of 4) sorted by relevance
861 GetBooleanExpr(const char *expr, bool fallback) in GetBooleanExpr() function884 expandVars = GetBooleanExpr("${.MAKE.EXPAND_VARIABLES}", in doPrintVars()1079 writable = GetBooleanExpr("${MAKE_OBJDIR_CHECK_WRITABLE}", true); in InitObjdir()2034 !GetBooleanExpr("${.MAKE.DIE_QUIETLY}", true)) in shouldDieQuietly()
868 bool GetBooleanExpr(const char *, bool);
2267 Always_pass_job_queue = GetBooleanExpr(MAKE_ALWAYS_PASS_JOB_QUEUE, in Job_Init()2270 Job_error_token = GetBooleanExpr(MAKE_JOB_ERROR_TOKEN, Job_error_token); in Job_Init()
1512 bool target_vars = GetBooleanExpr( in ParseDependencySourcesMundane()