Searched defs:ERROR_ERROR (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/astsa/
H A Derror.h46 #define ERROR_ERROR 2 /* error message -- no err_exit */ macro
/ast/src/lib/libast/include/
H A Derror.h44 #define ERROR_exit(n) ((n)+ERROR_ERROR)
45 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM)
46 #define ERROR_usage(n) ((((n)?2:0)+ERROR_ERROR)|ERROR_USAGE)
63 #define ERROR_ERROR 2 /* error message -- no err_exit */ macro
111 int errors; /* >= ERROR_ERROR count */ \

Completed in 13 milliseconds