Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dc_test.c155 if (te.flags & TEF_ERROR)
339 te->flags |= TEF_ERROR;
378 te->flags |= TEF_ERROR;
472 if (!(te->flags & TEF_ERROR) && !(*te->isa)(te, TM_END))
475 return (te->flags & TEF_ERROR) ? T_ERR_EXIT : !res;
488 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_OR))
503 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_AND))
513 if (!(te->flags & TEF_ERROR) && (*te->isa)(te, TM_NOT))
527 if (te->flags & TEF_ERROR)
531 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.c947 te->flags |= TEF_ERROR;
H A Dexec.c1550 te->flags |= TEF_ERROR;