Searched refs:checknext (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lparser.c | 116 static void checknext (LexState *ls, int c) { in checknext() function 632 checknext(ls, ']'); in yindex() 665 checknext(ls, '='); in recfield() 742 checknext(ls, '{'); in constructor() 795 checknext(ls, '('); in body() 801 checknext(ls, ')'); in body() 1151 checknext(ls, '='); in assignment() 1221 checknext(ls, TK_DBCOLON); /* skip double colon */ in labelstat() 1243 checknext(ls, TK_DO); in whilestat() 1289 checknext(ls, TK_DO); in forbody() [all …]
|