Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/unifdef/
H A Dunifdef.c848 cp = skipcomment(cp); in parseline()
879 cp = skipcomment(cp); in parseline()
1061 cp = skipcomment(*cpp); in eval_unary()
1098 cp = skipcomment(cp); in eval_unary()
1109 cp = skipcomment(cp+7); in eval_unary()
1117 cp = skipcomment(cp); in eval_unary()
1175 cp = skipcomment(cp); in eval_table()
1391 cp = skipcomment(cp); in skipargs()
1427 cp = skipcomment(cp); in getsym()
1632 cp = skipcomment(cp); in defundef()
[all …]
/freebsd-13.1/contrib/lua/src/
H A Dlauxlib.c741 static int skipcomment (LoadF *lf, int *cp) { in skipcomment() function
769 if (skipcomment(&lf, &c)) /* read initial portion */ in luaL_loadfilex()
774 skipcomment(&lf, &c); /* re-read initial portion */ in luaL_loadfilex()