Lines Matching refs:checknext
114 static void checknext (LexState *ls, int c) { in checknext() function
636 checknext(ls, ']'); in yindex()
669 checknext(ls, '='); in recfield()
746 checknext(ls, '{'); in constructor()
799 checknext(ls, '('); in body()
805 checknext(ls, ')'); in body()
1155 checknext(ls, '='); in assignment()
1225 checknext(ls, TK_DBCOLON); /* skip double colon */ in labelstat()
1247 checknext(ls, TK_DO); in whilestat()
1293 checknext(ls, TK_DO); in forbody()
1321 checknext(ls, '='); in fornum()
1323 checknext(ls, ','); in fornum()
1352 checknext(ls, TK_IN); in forlist()
1387 checknext(ls, TK_THEN); in test_then_block()