Home | History | Annotate | Download | only in make

Lines Matching refs:CR_ERROR

849 		if (res == CR_ERROR)
850 return CR_ERROR;
852 return CR_ERROR;
856 return CR_ERROR;
869 if ((rhs = CondParser_Term(par, doEval)) == CR_ERROR)
870 return CR_ERROR;
890 if ((rhs = CondParser_And(par, doEval)) == CR_ERROR)
891 return CR_ERROR;
927 rval = CR_ERROR;
930 rval = CR_ERROR;
931 else if (rval == CR_ERROR && eprint)
1009 * CR_ERROR if the conditional was not valid, either because of
1076 return CR_ERROR;
1111 return CR_ERROR;
1114 return CR_ERROR;
1154 if (res == CR_ERROR) {