Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/error/common/
H A Derrorfilter.c167 case C_NONSPEC: in discardit()
174 return (C_NONSPEC); in discardit()
178 if (errorclass != C_NONSPEC) { /* no file */ in discardit()
193 errorp->error_text[errorclass == C_NONSPEC ? 0 : 2]) >= 0) { in discardit()
H A Derror.h85 #define C_NONSPEC 4 /* not specific to any file */ macro
93 #define NOTSORTABLE(x) (x <= C_NONSPEC)
104 #define nnonspec class_count[C_NONSPEC]
H A Derrorinput.c128 errorclass = (*cp == '\0') ? C_TRUE : C_NONSPEC; in erroradd()
148 case C_NONSPEC: nnonspec++; break; in erroradd()
207 return (C_NONSPEC); in onelong()
421 return (C_NONSPEC); in lint3()
530 return (C_NONSPEC); in catchall()