Searched refs:error_e_class (Results 1 – 6 of 6) 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 if (!(NOTSORTABLE(errorp->error_e_class))) in findfiles()102 if ((errorp->error_e_class == C_NULLED) || in findfiles()103 (errorp->error_e_class == C_TRUE)) { in findfiles()128 if (SORTABLE(errorp->error_e_class)) { in countfiles()211 if (errorp->error_e_class == type) { in nopertain()247 if (errorp->error_e_class == C_TRUE) in touchfiles()400 if (errorp->error_e_class != C_TRUE) { in diverterrors()718 if (errorp->error_e_class == C_IGNORE) in errorprint()
253 if (errorp->error_e_class == C_IGNORE) in printerrors()259 class_table[errorp->error_e_class], in printerrors()
163 Errorclass errorclass = errorp->error_e_class; in discardit()
142 newerror->error_e_class = errorclass; in erroradd()144 switch (newerror->error_e_class = discardit(newerror)) { in erroradd()
191 Errorclass error_e_class; /* error category of this error */ member