Home
last modified time | relevance | path

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

/freebsd/contrib/unifdef/
H A Dunifdef.c819 cp = skipcomment(cp); in parseline()
850 cp = skipcomment(cp); in parseline()
873 cp = skipcomment(cp); in parseline()
1034 cp = skipcomment(*cpp); in eval_unary()
1071 cp = skipcomment(cp); in eval_unary()
1090 cp = skipcomment(cp); in eval_unary()
1148 cp = skipcomment(cp); in eval_table()
1375 cp = skipcomment(cp); in skipargs()
1411 cp = skipcomment(cp); in getsym()
1620 cp = skipcomment(cp); in defundef()
[all …]
/freebsd/contrib/lua/src/
H A Dlauxlib.c765 static int skipcomment (FILE *f, int *cp) { in skipcomment() function
794 if (skipcomment(lf.f, &c)) /* read initial portion */ in luaL_loadfilex()
801 skipcomment(lf.f, &c); /* re-read initial portion */ in luaL_loadfilex()