HomeSort by: relevance | last modified time | path
    Searched refs:error_e_class (Results 1 - 6 of 6) 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 */
touch.c 132 if ( ! (NOTSORTABLE(errorp->error_e_class)))
146 if (errorp->error_e_class == C_NULLED
147 || errorp->error_e_class == C_TRUE) {
172 if (SORTABLE(errorp->error_e_class)) {
260 if (errorp->error_e_class == type) {
298 if (errorp->error_e_class == C_TRUE)
455 if (errorp->error_e_class != C_TRUE) {
778 if (errorp->error_e_class == C_IGNORE)
filter.c 170 Errorclass errorclass = errorp->error_e_class;
subr.c 279 if (errorp->error_e_class == C_IGNORE)
285 class_table[errorp->error_e_class],
input.c 145 newerror->error_e_class = errorclass;
147 switch (newerror->error_e_class = discardit(newerror)) {
error.h 173 Errorclass error_e_class; /* error category of this error */ member in struct:edesc
174 Errorclass error_s_class; /* sub descriptor of error_e_class */

Completed in 16 milliseconds