Home
last modified time | relevance | path

Searched refs:C_NONSPEC (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.bin/error/
H A Dfilter.c144 case C_NONSPEC:
149 return(C_NONSPEC);
153 if (errorclass != C_NONSPEC){ /* no file */
163 if (search_ignore(errorp->error_text[errorclass == C_NONSPEC ? 0 : 2]) >= 0){
H A Derror.h56 #define C_NONSPEC 4 /* not specific to any file */ macro
64 #define NOTSORTABLE(x) (x <= C_NONSPEC)
75 #define nnonspec class_count[C_NONSPEC]
H A Dinput.c103 errorclass = (*cp == '\0') ? C_TRUE : C_NONSPEC;
123 case C_NONSPEC: nnonspec++; break;
173 return(C_NONSPEC); in onelong()
369 return(C_NONSPEC); in lint3()
473 return(C_NONSPEC); in catchall()