Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c68 static char *skipcomment(char *cp);
335 cp = skipcomment(++cp); in checkline()
348 cp = skipcomment(++cp); in checkline()
363 scp = cp = skipcomment(cp); in checkline()
397 cp = skipcomment(cp); in checkline()
403 cp = skipcomment(cp); in checkline()
419 skipcomment(char *cp) in skipcomment() function
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y628 static void skipcomment(void);
771 skipcomment(); in yylex()
867 skipcomment(void) { in skipcomment() function