Searched refs:skipcomment (Results 1 – 2 of 2) sorted by relevance
807 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 …]
690 static int skipcomment (LoadF *lf, int *cp) { in skipcomment() function718 if (skipcomment(&lf, &c)) /* read initial portion */ in luaL_loadfilex()723 skipcomment(&lf, &c); /* re-read initial portion */ in luaL_loadfilex()