Lines Matching refs:TEF_ERROR
2905 if (te.flags & TEF_ERROR) in c_test()
3020 te->flags |= TEF_ERROR; in test_eval()
3155 te->flags |= TEF_ERROR; in test_eval()
3208 te->flags |= TEF_ERROR; in test_eval()
3272 if (!(te->flags & TEF_ERROR) && !(*te->isa)(te, TM_END)) in test_parse()
3275 return ((te->flags & TEF_ERROR) ? T_ERR_EXIT : !rv); in test_parse()
3285 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_OR)) in test_oexpr()
3297 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_AND)) in test_aexpr()
3305 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_NOT)) in test_nexpr()
3317 if (te->flags & TEF_ERROR) in test_primary()
3321 if (te->flags & TEF_ERROR) in test_primary()
3413 te->flags |= TEF_ERROR; in ptest_error()