Searched refs:error_e_class (Results 1 – 6 of 6) sorted by relevance
262 if (NOTSORTABLE(ep1->error_e_class) ^ NOTSORTABLE(ep2->error_e_class)) { in errorsort()263 return NOTSORTABLE(ep1->error_e_class) ? -1 : 1; in errorsort()265 if (NOTSORTABLE(ep1->error_e_class)) /* then both are */ in errorsort()
132 if ( ! (NOTSORTABLE(errorp->error_e_class))) in findfiles()146 if (errorp->error_e_class == C_NULLED in findfiles()147 || errorp->error_e_class == C_TRUE) { in findfiles()172 if (SORTABLE(errorp->error_e_class)) { in countfiles()260 if (errorp->error_e_class == type) { in nopertain()298 if (errorp->error_e_class == C_TRUE) in touchfiles()455 if (errorp->error_e_class != C_TRUE) { in diverterrors()778 if (errorp->error_e_class == C_IGNORE) in errorprint()
279 if (errorp->error_e_class == C_IGNORE) in printerrors()285 class_table[errorp->error_e_class], in printerrors()
145 newerror->error_e_class = errorclass; in erroradd()147 switch (newerror->error_e_class = discardit(newerror)) { in erroradd()
170 Errorclass errorclass = errorp->error_e_class; in discardit()
173 Errorclass error_e_class; /* error category of this error */ member