Searched refs:skipcomment (Results 1 – 2 of 2) sorted by relevance
801 cp = skipcomment(cp); in parseline()832 cp = skipcomment(cp); in parseline()965 cp = skipcomment(*cpp); in eval_unary()982 cp = skipcomment(cp); in eval_unary()993 cp = skipcomment(cp+7); in eval_unary()1001 cp = skipcomment(cp); in eval_unary()1059 cp = skipcomment(cp); in eval_table()1264 cp = skipcomment(cp); in skipargs()1300 cp = skipcomment(cp); in getsym()1492 cp = skipcomment(cp); in defundef()[all …]
763 static int skipcomment (LoadF *lf, int *cp) { in skipcomment() function791 if (skipcomment(&lf, &c)) /* read initial portion */ in luaL_loadfilex()796 skipcomment(&lf, &c); /* re-read initial portion */ in luaL_loadfilex()
Completed in 11 milliseconds