Searched refs:checknext (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | lparser.c | 116 static void checknext (LexState *ls, int c) { in checknext() function 817 checknext(ls, ']'); in yindex() 849 checknext(ls, '='); in recfield() 928 checknext(ls, '{'); in constructor() 987 checknext(ls, '('); in body() 993 checknext(ls, ')'); in body() 1381 checknext(ls, '='); in restassign() 1450 checknext(ls, TK_DBCOLON); /* skip double colon */ in labelstat() 1468 checknext(ls, TK_DO); in whilestat() 1541 checknext(ls, TK_DO); in forbody() [all …]
|