Lines Matching refs:checknext
116 static void checknext (LexState *ls, int c) { in checknext() function
815 checknext(ls, ']'); in yindex()
847 checknext(ls, '='); in recfield()
926 checknext(ls, '{'); in constructor()
985 checknext(ls, '('); in body()
991 checknext(ls, ')'); in body()
1379 checknext(ls, '='); in restassign()
1448 checknext(ls, TK_DBCOLON); /* skip double colon */ in labelstat()
1466 checknext(ls, TK_DO); in whilestat()
1539 checknext(ls, TK_DO); in forbody()
1565 checknext(ls, '='); in fornum()
1567 checknext(ls, ','); in fornum()
1598 checknext(ls, TK_IN); in forlist()
1634 checknext(ls, TK_THEN); in test_then_block()
1693 checknext(ls, '>'); in getlocalattribute()