Lines Matching refs:checknext
115 static void checknext (LexState *ls, int c) { in checknext() function
631 checknext(ls, ']'); in yindex()
664 checknext(ls, '='); in recfield()
741 checknext(ls, '{'); in constructor()
794 checknext(ls, '('); in body()
800 checknext(ls, ')'); in body()
1150 checknext(ls, '='); in assignment()
1220 checknext(ls, TK_DBCOLON); /* skip double colon */ in labelstat()
1242 checknext(ls, TK_DO); in whilestat()
1288 checknext(ls, TK_DO); in forbody()
1316 checknext(ls, '='); in fornum()
1318 checknext(ls, ','); in fornum()
1347 checknext(ls, TK_IN); in forlist()
1381 checknext(ls, TK_THEN); in test_then_block()