Searched refs:TEF_ERROR (Results 1 – 4 of 4) sorted by relevance
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()[all …]
1077 te->flags |= TEF_ERROR; in dbtestp_error()
1824 te->flags |= TEF_ERROR; in dbteste_error()
2076 #define TEF_ERROR BIT(0) /* set if we've hit an error */ macro