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

/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c267 static const char *skipcomment(const char *);
821 * help from skipcomment().
848 cp = skipcomment(cp);
879 cp = skipcomment(cp);
1061 cp = skipcomment(*cpp);
1098 cp = skipcomment(cp);
1109 cp = skipcomment(cp+7);
1111 cp = skipcomment(cp+1);
1117 cp = skipcomment(cp);
1175 cp = skipcomment(c
1275 skipcomment(const char *cp) function
[all...]
/freebsd-13-stable/contrib/lua/src/
H A Dlauxlib.c741 static int skipcomment (LoadF *lf, int *cp) { function
769 if (skipcomment(&lf, &c)) /* read initial portion */
774 skipcomment(&lf, &c); /* re-read initial portion */

Completed in 110 milliseconds