Searched refs:ERROR_PANIC (Results 1 - 17 of 17) sorted by relevance

/ast/src/lib/libast/astsa/
H A Derror.h48 #define ERROR_PANIC ERROR_LEVEL /* panic message with err_exit */ macro
H A Derror.c68 if (level == ERROR_PANIC)
/ast/src/lib/libast/include/
H A Derror.h67 #define ERROR_PANIC ERROR_LEVEL /* panic message with err_exit */ macro
/ast/src/cmd/re/
H A Dsed2.c91 error(ERROR_PANIC|4, IBUG,1);
114 error(ERROR_PANIC|4, IBUG,2);
146 error(ERROR_PANIC|4, IBUG,3);
524 error(ERROR_PANIC|4, IBUG,5);
H A Dsed1.c409 error(ERROR_PANIC|4, "bug: missed end of <text>");
/ast/src/lib/libcs/
H A Dcsserve.c146 error(ERROR_PANIC, "a connect or read handler must be supplied");
/ast/src/cmd/nmake/
H A Dmam.c71 case ERROR_PANIC:
H A Dmake.h47 #define PANIC (ERROR_PANIC|ERROR_SOURCE|ERROR_SYSTEM),__FILE__,__LINE__
50 #define PANIC ERROR_PANIC
H A Doption.c424 error(ERROR_PANIC, "%s: unknown option flag", buf);
/ast/src/cmd/3d/
H A Derror.c155 case ERROR_PANIC:
/ast/src/lib/libast/misc/
H A Derror.c153 error_state.breakpoint = ERROR_PANIC;
495 case ERROR_PANIC:
/ast/src/lib/libpp/
H A Dpplib.h401 #define PANIC (ERROR_PANIC|ERROR_SOURCE|ERROR_SYSTEM),__FILE__,__LINE__
403 #define PANIC ERROR_PANIC
/ast/src/cmd/pax/
H A Dpax.h64 #define PANIC ERROR_PANIC|ERROR_SOURCE,__FILE__,__LINE__
H A Dformat.c171 error(ERROR_PANIC|4, "%s: data!=0 on failed getprologue()", fp->name);
/ast/src/lib/libdss/
H A Ddssopen.c773 error(ERROR_PANIC, "%s library initialization error", id);
H A Dcxopen.c2397 error(ERROR_PANIC, "%s library initialization error", CX_ID);
/ast/src/cmd/dsslib/netflow/
H A Dnetflow.c615 (*disc->errorf)(cx, disc, ERROR_PANIC, "%s: variable index %d not implemented", vp->name, vp->index);

Completed in 64 milliseconds