Lines Matching refs:checknext
116 static void checknext (LexState *ls, int c) { in checknext() function
827 checknext(ls, ']'); in yindex()
859 checknext(ls, '='); in recfield()
938 checknext(ls, '{'); in constructor()
997 checknext(ls, '('); in body()
1003 checknext(ls, ')'); in body()
1391 checknext(ls, '='); in restassign()
1460 checknext(ls, TK_DBCOLON); /* skip double colon */ in labelstat()
1478 checknext(ls, TK_DO); in whilestat()
1551 checknext(ls, TK_DO); in forbody()
1577 checknext(ls, '='); in fornum()
1579 checknext(ls, ','); in fornum()
1610 checknext(ls, TK_IN); in forlist()
1646 checknext(ls, TK_THEN); in test_then_block()
1705 checknext(ls, '>'); in getlocalattribute()