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

  /src/usr.bin/error/
filter.c 174 case C_NONSPEC:
179 return C_NONSPEC;
182 if (errorclass != C_NONSPEC) { /* no file */
192 if (search_ignore(errorp->error_text[errorclass == C_NONSPEC ? 0 : 2]) >= 0) {
input.c 131 errorclass = (*cp == '\0') ? C_TRUE : C_NONSPEC;
151 case C_NONSPEC: nnonspec++; break;
207 return C_NONSPEC;
494 return C_NONSPEC;
622 return C_NONSPEC;
error.h 73 #define C_NONSPEC 4 /* not specific to any file */
81 #define NOTSORTABLE(x) (x <= C_NONSPEC)
95 #define nnonspec class_count[C_NONSPEC]

Completed in 12 milliseconds