Searched refs:checknext (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | lparser.c | 112 static void checknext (LexState *ls, int c) { in checknext() function 626 checknext(ls, ']'); in yindex() 659 checknext(ls, '='); in recfield() 736 checknext(ls, '{'); in constructor() 789 checknext(ls, '('); in body() 795 checknext(ls, ')'); in body() 1162 checknext(ls, '='); in assignment() 1229 checknext(ls, TK_DBCOLON); /* skip double colon */ in labelstat() 1251 checknext(ls, TK_DO); in whilestat() 1297 checknext(ls, TK_DO); in forbody() [all …]
|