Home | History | Annotate | Download | only in src

Lines Matching refs:testnext

101 static int testnext (LexState *ls, int c) {
127 if (!testnext(ls, what)) {
748 } while (testnext(ls, ',') || testnext(ls, ';'));
780 } while (!f->is_vararg && testnext(ls, ','));
814 while (testnext(ls, ',')) {
1139 if (testnext(ls, ',')) { /* assignment -> ',' suffixedexp assignment */
1183 if (testnext(ls, TK_GOTO))
1321 if (testnext(ls, ','))
1344 while (testnext(ls, ',')) {
1416 if (testnext(ls, TK_ELSE))
1442 } while (testnext(ls, ','));
1443 if (testnext(ls, '='))
1525 testnext(ls, ';'); /* skip optional semicolon */
1565 if (testnext(ls, TK_FUNCTION)) /* local function? */