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

  /src/usr.bin/make/
cond.c 166 static CondResult CondParser_Or(CondParser *, bool);
848 res = CondParser_Or(par, doEval);
884 CondParser_Or(CondParser *par, bool doEval)
925 rval = CondParser_Or(&par, true);
  /src/usr.bin/make/unit-tests/
cond-op.mk 67 # nevertheless, since CondParser_Or and CondParser_And asked for the expanded
cond-short.mk 275 # ignored. An irrelevant false bubbles up to the outermost CondParser_Or,

Completed in 20 milliseconds