Searched refs:EX_FATAL (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libexpr/
H A Dexerror.c53 (*expr.program->disc->errorf)(expr.program, expr.program->disc, (expr.program->disc->flags & EX_FATAL) ? 3 : 2, "%s", s);
56 else if (expr.program->disc->flags & EX_FATAL)
H A Dexpr.h68 #define EX_FATAL (1<<2) /* errors are fatal */ macro
/ast/src/cmd/tw/
H A Dexpr.c781 state.expr.flags = EX_CHARSTRING|EX_FATAL;

Completed in 12 milliseconds