Searched refs:testnext (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lparser.c | 101 static int testnext (LexState *ls, int c) { in testnext() function 127 if (!testnext(ls, what)) { in check_match() 748 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor() 780 } while (!f->is_vararg && testnext(ls, ',')); in parlist() 814 while (testnext(ls, ',')) { in explist() 1139 if (testnext(ls, ',')) { /* assignment -> ',' suffixedexp assignment */ in assignment() 1183 if (testnext(ls, TK_GOTO)) in gotostat() 1321 if (testnext(ls, ',')) in fornum() 1344 while (testnext(ls, ',')) { in forlist() 1416 if (testnext(ls, TK_ELSE)) in ifstat() [all …]
|