Lines Matching refs:testnext
95 static int testnext (LexState *ls, int c) { in testnext() function
131 if (unlikely(!testnext(ls, what))) { in check_match()
932 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor()
968 } while (!isvararg && testnext(ls, ',')); in parlist()
1004 while (testnext(ls, ',')) { in explist()
1367 if (testnext(ls, ',')) { /* restassign -> ',' suffixedexp restassign */ in restassign()
1569 if (testnext(ls, ',')) in fornum()
1594 while (testnext(ls, ',')) { in forlist()
1641 while (testnext(ls, ';')) {} /* skip semicolons */ in test_then_block()
1670 if (testnext(ls, TK_ELSE)) in ifstat()
1691 if (testnext(ls, '<')) { in getlocalattribute()
1735 } while (testnext(ls, ',')); in localstat()
1736 if (testnext(ls, '=')) in localstat()
1830 testnext(ls, ';'); /* skip optional semicolon */ in retstat()
1870 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()