Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/unifdef/
H A Dunifdef.c807 cp = skipcomment(cp); in parseline()
838 cp = skipcomment(cp); in parseline()
1020 cp = skipcomment(*cpp); in eval_unary()
1057 cp = skipcomment(cp); in eval_unary()
1068 cp = skipcomment(cp+7); in eval_unary()
1076 cp = skipcomment(cp); in eval_unary()
1134 cp = skipcomment(cp); in eval_table()
1350 cp = skipcomment(cp); in skipargs()
1386 cp = skipcomment(cp); in getsym()
1578 cp = skipcomment(cp); in defundef()
[all …]
/freebsd-12.1/contrib/lua/src/
H A Dlauxlib.c690 static int skipcomment (LoadF *lf, int *cp) { in skipcomment() function
718 if (skipcomment(&lf, &c)) /* read initial portion */ in luaL_loadfilex()
723 skipcomment(&lf, &c); /* re-read initial portion */ in luaL_loadfilex()