Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorfilter.c165 case C_NONSPEC: in discardit()
172 return (C_NONSPEC); in discardit()
176 if (errorclass != C_NONSPEC) { /* no file */ in discardit()
191 errorp->error_text[errorclass == C_NONSPEC ? 0 : 2]) >= 0) { in discardit()
H A Derror.h83 #define C_NONSPEC 4 /* not specific to any file */ macro
91 #define NOTSORTABLE(x) (x <= C_NONSPEC)
102 #define nnonspec class_count[C_NONSPEC]
H A Derrorinput.c123 errorclass = (*cp == '\0') ? C_TRUE : C_NONSPEC; in erroradd()
143 case C_NONSPEC: nnonspec++; break; in erroradd()
202 return (C_NONSPEC); in onelong()
416 return (C_NONSPEC); in lint3()
525 return (C_NONSPEC); in catchall()