Home
last modified time | relevance | path

Searched refs:error_e_class (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/usr.bin/error/
H A Dmain.c262 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()
H A Dtouch.c132 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()
H A Dsubr.c279 if (errorp->error_e_class == C_IGNORE) in printerrors()
285 class_table[errorp->error_e_class], in printerrors()
H A Dinput.c145 newerror->error_e_class = errorclass; in erroradd()
147 switch (newerror->error_e_class = discardit(newerror)) { in erroradd()
H A Dfilter.c170 Errorclass errorclass = errorp->error_e_class; in discardit()
H A Derror.h173 Errorclass error_e_class; /* error category of this error */ member