Searched refs:NOTSORTABLE (Results 1 – 3 of 3) sorted by relevance
301 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()
90 #define SORTABLE(x) (!(NOTSORTABLE(x)))91 #define NOTSORTABLE(x) (x <= C_NONSPEC) macro
90 if (!(NOTSORTABLE(errorp->error_e_class))) in findfiles()198 for (type = C_UNKNOWN; NOTSORTABLE(type); type++) { in nopertain()