Home
last modified time | relevance | path

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

/third_party/mksh/
Dfuncs.c2672 if (te.flags & TEF_ERROR) in c_test()
2829 te->flags |= TEF_ERROR; in test_eval()
2969 te->flags |= TEF_ERROR; in test_eval()
3062 te->flags |= TEF_ERROR; in test_eval()
3095 if (!(te->flags & TEF_ERROR) && !(*te->isa)(te, TM_END)) in test_parse()
3098 return ((te->flags & TEF_ERROR) ? T_ERR_EXIT : !rv); in test_parse()
3108 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_OR)) in test_oexpr()
3120 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_AND)) in test_aexpr()
3128 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_NOT)) in test_nexpr()
3140 if (te->flags & TEF_ERROR) in test_primary()
[all …]
Dsyn.c1047 te->flags |= TEF_ERROR; in dbtestp_error()
Dexec.c1870 te->flags |= TEF_ERROR; in dbteste_error()
Dsh.h2816 #define TEF_ERROR BIT(0) /* set if we've hit an error */ macro