Home
last modified time | relevance | path

Searched refs:CR_ERROR (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bmake/
H A Dcond.c858 if (res == CR_ERROR) in CondParser_Term()
859 return CR_ERROR; in CondParser_Term()
861 return CR_ERROR; in CondParser_Term()
865 return CR_ERROR; in CondParser_Term()
878 if ((rhs = CondParser_Term(par, doEval)) == CR_ERROR) in CondParser_And()
879 return CR_ERROR; in CondParser_And()
899 if ((rhs = CondParser_And(par, doEval)) == CR_ERROR) in CondParser_Or()
900 return CR_ERROR; in CondParser_Or()
937 rval = CR_ERROR; in CondEvalExpression()
939 if (rval == CR_ERROR && eprint && !par.printedError in CondEvalExpression()
[all …]
H A Dmake.h578 CR_ERROR /* Unknown directive or parse error */ enumerator
H A Dparse.c2637 if (condResult != CR_ERROR in ReadHighLevelLine()
2651 case CR_ERROR: /* Not a conditional line */ in ReadHighLevelLine()
H A Dvar.c3517 if (cond_rc == CR_ERROR) { in ApplyModifier_IfElse()