Searched refs:coutcomment (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.bin/error/ |
H A D | subr.c | 234 static char coutcomment[] = COUTCOMMENT; variable 249 { /*INUNKNOWN 0*/ "unknown", cincomment, coutcomment }, 250 { /*INCPP 1*/ "cpp", cincomment, coutcomment }, 251 { /*INCC 2*/ "cc", cincomment, coutcomment }, 253 { /*INLD 4*/ "ld", cincomment, coutcomment }, 254 { /*INLINT 5*/ "lint", cincomment, coutcomment }, 262 { /*INLEX 13*/ "lex", cincomment, coutcomment }, 263 { /*INYACC 14*/ "yacc", cincomment, coutcomment },
|