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

/openbsd-current/bin/ksh/
H A Dc_test.c148 if (te.flags & TEF_ERROR)
269 te->flags |= TEF_ERROR;
304 te->flags |= TEF_ERROR;
384 if (!(te->flags & TEF_ERROR) && !(*te->isa)(te, TM_END))
387 return (te->flags & TEF_ERROR) ? T_ERR_EXIT : !res;
398 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_OR))
411 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_AND))
419 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_NOT))
431 if (te->flags & TEF_ERROR)
435 if (te->flags & TEF_ERROR)
[all...]
H A Dc_test.h34 #define TEF_ERROR BIT(0) /* set if we've hit an error */ macro
H A Dsyn.c893 te->flags |= TEF_ERROR;
H A Dexec.c1423 te->flags |= TEF_ERROR;

Completed in 96 milliseconds