Searched refs:testnext (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | lparser.c | 95 static int testnext (LexState *ls, int c) { in testnext() function 131 if (unlikely(!testnext(ls, what))) { in check_match() 934 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor() 970 } while (!isvararg && testnext(ls, ',')); in parlist() 1006 while (testnext(ls, ',')) { in explist() 1369 if (testnext(ls, ',')) { /* restassign -> ',' suffixedexp restassign */ in restassign() 1571 if (testnext(ls, ',')) in fornum() 1596 while (testnext(ls, ',')) { in forlist() 1637 if (testnext(ls, TK_BREAK)) { /* a break? */ in issinglejump() 1681 while (testnext(ls, ';')) {} /* skip semicolons */ in test_then_block() [all …]
|