Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derror.h84 #define C_THISFILE 5 /* specific to this file, but at no line */ macro
103 #define nthisfile class_count[C_THISFILE]
H A Derrorpi.c321 return (C_THISFILE); in pi()
H A Derrorinput.c144 case C_THISFILE: nthisfile++; break; in erroradd()