Lines Matching refs:testnext
99 static int testnext (LexState *ls, int c) { in testnext() function
135 if (l_unlikely(!testnext(ls, what))) { in check_match()
948 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor()
984 } while (!isvararg && testnext(ls, ',')); in parlist()
1020 while (testnext(ls, ',')) { in explist()
1393 if (testnext(ls, ',')) { /* restassign -> ',' suffixedexp restassign */ in restassign()
1595 if (testnext(ls, ',')) in fornum()
1620 while (testnext(ls, ',')) { in forlist()
1667 while (testnext(ls, ';')) {} /* skip semicolons */ in test_then_block()
1696 if (testnext(ls, TK_ELSE)) in ifstat()
1717 if (testnext(ls, '<')) { in getlocalattribute()
1759 } while (testnext(ls, ',')); in localstat()
1760 if (testnext(ls, '=')) in localstat()
1855 testnext(ls, ';'); /* skip optional semicolon */ in retstat()
1895 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()