Searched refs:TEF_ERROR (Results 1 – 4 of 4) sorted by relevance
2754 if (te.flags & TEF_ERROR) in c_test()2872 te->flags |= TEF_ERROR; in test_eval()2905 te->flags |= TEF_ERROR; in test_eval()2971 if (!(te->flags & TEF_ERROR) && !(*te->isa)(te, TM_END)) in test_parse()2974 return ((te->flags & TEF_ERROR) ? T_ERR_EXIT : !rv); in test_parse()2984 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_OR)) in test_oexpr()2996 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_AND)) in test_aexpr()3004 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_NOT)) in test_nexpr()3016 if (te->flags & TEF_ERROR) in test_primary()3020 if (te->flags & TEF_ERROR) in test_primary()[all …]
994 te->flags |= TEF_ERROR; in dbtestp_error()
1716 #define TEF_ERROR BIT(0) /* set if we've hit an error */ macro
1516 te->flags |= TEF_ERROR; in dbteste_error()