Lines Matching refs:testnext
95 static int testnext (LexState *ls, int c) { in testnext() function
131 if (unlikely(!testnext(ls, what))) { in check_match()
934 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor()
970 } while (!isvararg && testnext(ls, ',')); in parlist()
1006 while (testnext(ls, ',')) { in explist()
1369 if (testnext(ls, ',')) { /* restassign -> ',' suffixedexp restassign */ in restassign()
1571 if (testnext(ls, ',')) in fornum()
1596 while (testnext(ls, ',')) { in forlist()
1637 if (testnext(ls, TK_BREAK)) { /* a break? */ in issinglejump()
1681 while (testnext(ls, ';')) {} /* skip semicolons */ in test_then_block()
1710 if (testnext(ls, TK_ELSE)) in ifstat()
1731 if (testnext(ls, '<')) { in getlocalattribute()
1775 } while (testnext(ls, ',')); in localstat()
1776 if (testnext(ls, '=')) in localstat()
1870 testnext(ls, ';'); /* skip optional semicolon */ in retstat()
1910 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()