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

/ast/src/lib/libast/include/
H A Dusage.h29 #ifndef ERROR_CATALOG
30 #define ERROR_CATALOG 0 macro
/ast/src/lib/libast/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)
/ast/src/cmd/nmake/
H A DMakerules.mk4435 if ERROR_CATALOG == ""
4436 ERROR_CATALOG == "$(CATALOG)" macro

Completed in 25 milliseconds