Searched refs:testnext (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | lparser.c | 99 static int testnext (LexState *ls, int c) { in testnext() function 135 if (l_unlikely(!testnext(ls, what))) { in check_match() 948 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor() 984 } while (!isvararg && testnext(ls, ',')); in parlist() 1020 while (testnext(ls, ',')) { in explist() 1393 if (testnext(ls, ',')) { /* restassign -> ',' suffixedexp restassign */ in restassign() 1595 if (testnext(ls, ',')) in fornum() 1620 while (testnext(ls, ',')) { in forlist() 1667 while (testnext(ls, ';')) {} /* skip semicolons */ in test_then_block() 1696 if (testnext(ls, TK_ELSE)) in ifstat() [all …]
|