HomeSort by: relevance | last modified time | path
    Searched refs:NOTSORTABLE (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/error/
main.c 262 if (NOTSORTABLE(ep1->error_e_class) ^ NOTSORTABLE(ep2->error_e_class)) {
263 return NOTSORTABLE(ep1->error_e_class) ? -1 : 1;
265 if (NOTSORTABLE(ep1->error_e_class)) /* then both are */
error.h 80 #define SORTABLE(x) (!(NOTSORTABLE(x)))
81 #define NOTSORTABLE(x) (x <= C_NONSPEC)
touch.c 132 if ( ! (NOTSORTABLE(errorp->error_e_class)))
247 for (type = C_UNKNOWN; NOTSORTABLE(type); type++) {

Completed in 40 milliseconds