Searched defs:ERROR_CATALOG (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dusage.h29 #ifndef ERROR_CATALOG
30 #define ERROR_CATALOG 0 macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Dusage.h29 #ifndef ERROR_CATALOG
30 #define ERROR_CATALOG 0 macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dusage.h29 #ifndef ERROR_CATALOG
30 #define ERROR_CATALOG 0 macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dusage.h29 #ifndef ERROR_CATALOG
30 #define ERROR_CATALOG 0 macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dusage.h29 #ifndef ERROR_CATALOG
30 #define ERROR_CATALOG 0 macro
/illumos-gate/usr/src/lib/libast/common/misc/
H A Derror.c93 #undef ERROR_CATALOG macro
94 #define ERROR_CATALOG (ERROR_LIBRARY<<1) macro
166 error_info.set |= ERROR_CATALOG;
168 error_info.clear |= ERROR_CATALOG;
457 if (flags & (ERROR_CATALOG|ERROR_LIBRARY))
460 if (flags & ERROR_CATALOG)

Completed in 86 milliseconds