Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c2651 if (te.flags & TEF_ERROR) in c_test()
2785 te->flags |= TEF_ERROR; in test_eval()
2924 te->flags |= TEF_ERROR; in test_eval()
2983 te->flags |= TEF_ERROR; in test_eval()
3047 if (!(te->flags & TEF_ERROR) && !(*te->isa)(te, TM_END)) in test_parse()
3050 return ((te->flags & TEF_ERROR) ? T_ERR_EXIT : !rv); in test_parse()
3060 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_OR)) in test_oexpr()
3072 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_AND)) in test_aexpr()
3080 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_NOT)) in test_nexpr()
3092 if (te->flags & TEF_ERROR) in test_primary()
[all …]
Dsyn.c1052 te->flags |= TEF_ERROR; in dbtestp_error()
Dexec.c1856 te->flags |= TEF_ERROR; in dbteste_error()
Dsh.h2434 #define TEF_ERROR BIT(0) /* set if we've hit an error */ macro