Lines Matching refs:testnext
95 static int testnext (LexState *ls, int c) { in testnext() function
131 if (l_unlikely(!testnext(ls, what))) { in check_match()
944 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor()
980 } while (!isvararg && testnext(ls, ',')); in parlist()
1016 while (testnext(ls, ',')) { in explist()
1379 if (testnext(ls, ',')) { /* restassign -> ',' suffixedexp restassign */ in restassign()
1581 if (testnext(ls, ',')) in fornum()
1606 while (testnext(ls, ',')) { in forlist()
1653 while (testnext(ls, ';')) {} /* skip semicolons */ in test_then_block()
1682 if (testnext(ls, TK_ELSE)) in ifstat()
1703 if (testnext(ls, '<')) { in getlocalattribute()
1745 } while (testnext(ls, ',')); in localstat()
1746 if (testnext(ls, '=')) in localstat()
1841 testnext(ls, ';'); /* skip optional semicolon */ in retstat()
1881 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()