Home
last modified time | relevance | path

Searched refs:NOTSORTABLE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrormain.c301 if ((NOTSORTABLE(ep1->error_e_class)) ^ in errorsort()
302 (NOTSORTABLE(ep2->error_e_class))) { in errorsort()
303 return (NOTSORTABLE(ep1->error_e_class) ? -1 : 1); in errorsort()
305 if (NOTSORTABLE(ep1->error_e_class)) /* then both are */ in errorsort()
H A Derror.h90 #define SORTABLE(x) (!(NOTSORTABLE(x)))
91 #define NOTSORTABLE(x) (x <= C_NONSPEC) macro
H A Derrortouch.c90 if (!(NOTSORTABLE(errorp->error_e_class))) in findfiles()
198 for (type = C_UNKNOWN; NOTSORTABLE(type); type++) { in nopertain()