testnext          105 lib/lua/lparser.c   if (!testnext(ls, what)) {
testnext          532 lib/lua/lparser.c   } while (testnext(ls, ',') || testnext(ls, ';'));
testnext          568 lib/lua/lparser.c     } while (!f->is_vararg && testnext(ls, ','));
testnext          600 lib/lua/lparser.c   while (testnext(ls, ',')) {
testnext          935 lib/lua/lparser.c   if (testnext(ls, ',')) {  /* assignment -> `,' primaryexp assignment */
testnext         1079 lib/lua/lparser.c   if (testnext(ls, ','))
testnext         1102 lib/lua/lparser.c   while (testnext(ls, ','))
testnext         1186 lib/lua/lparser.c   } while (testnext(ls, ','));
testnext         1187 lib/lua/lparser.c   if (testnext(ls, '='))
testnext         1302 lib/lua/lparser.c       if (testnext(ls, TK_FUNCTION))  /* local function? */
testnext         1331 lib/lua/lparser.c     testnext(ls, ';');