HomeSort by: relevance | last modified time | path
    Searched defs:cincomment (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/error/
subr.c 233 static char cincomment[] = CINCOMMENT; variable in typeref:typename:char[]
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 },
subr.c 233 static char cincomment[] = CINCOMMENT; variable in typeref:typename:char[]
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 },

Completed in 25 milliseconds