Home
last modified time | relevance | path

Searched refs:skipcomment (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c70 static char *skipcomment(char *cp);
337 cp = skipcomment(++cp); in checkline()
350 cp = skipcomment(++cp); in checkline()
365 scp = cp = skipcomment(cp); in checkline()
399 cp = skipcomment(cp); in checkline()
405 cp = skipcomment(cp); in checkline()
421 skipcomment(char *cp) in skipcomment() function
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y630 static void skipcomment(void);
773 skipcomment(); in yylex()
867 skipcomment(void) { in skipcomment() function