Lines Matching refs:testnext
98 static int testnext (LexState *ls, int c) { in testnext() function
124 if (!testnext(ls, what)) { in check_match()
751 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor()
783 } while (!f->is_vararg && testnext(ls, ',')); in parlist()
817 while (testnext(ls, ',')) { in explist()
1142 if (testnext(ls, ',')) { /* assignment -> ',' suffixedexp assignment */ in assignment()
1186 if (testnext(ls, TK_GOTO)) in gotostat()
1324 if (testnext(ls, ',')) in fornum()
1347 while (testnext(ls, ',')) { in forlist()
1420 if (testnext(ls, TK_ELSE)) in ifstat()
1446 } while (testnext(ls, ',')); in localstat()
1447 if (testnext(ls, '=')) in localstat()
1529 (void) testnext(ls, ';'); /* skip optional semicolon */ in retstat()
1569 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()