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

  /src/usr.bin/make/
cond.c 133 typedef struct CondParser {
164 } CondParser;
166 static CondResult CondParser_Or(CondParser *, bool);
190 CondParser_SkipWhitespace(CondParser *par)
379 CondParser_StringExpr(CondParser *par, const char *start,
418 CondParser_Leaf(CondParser *par, bool doEval, bool unquotedOK,
494 EvalTruthy(CondParser *par, const char *value, bool quoted)
559 CondParser_ComparisonOp(CondParser *par, ComparisonOp *out_op)
587 CondParser_Comparison(CondParser *par, bool doEval)
629 CondParser_FuncCallEmpty(CondParser *par, bool doEval, Token *out_token
    [all...]
  /src/usr.bin/make/unit-tests/
cond-token-plain.mk 245 # A different situation is when CondParser.leftUnquotedOK is true. This
253 # CondParser.leftUnquotedOK, but that is a rather leaky abstraction.

Completed in 19 milliseconds