HomeSort by: relevance | last modified time | path
    Searched refs:GetBooleanExpr (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/
main.c 749 if (GetBooleanExpr("${MAKE_DEBUG_OBJDIR_CHECK_WRITABLE}",
867 GetBooleanExpr(const char *expr, bool fallback)
890 expandVars = GetBooleanExpr("${.MAKE.EXPAND_VARIABLES}",
1054 writable = GetBooleanExpr("${MAKE_OBJDIR_CHECK_WRITABLE}", true);
2038 !GetBooleanExpr("${.MAKE.DIE_QUIETLY}", true))
make.h 877 bool GetBooleanExpr(const char *, bool);
parse.c 1548 bool targetVarsEnabled = GetBooleanExpr(

Completed in 16 milliseconds