Lines Matching refs:testnext
100 static int testnext (LexState *ls, int c) { in testnext() function
126 if (!testnext(ls, what)) { in check_match()
747 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor()
779 } while (!f->is_vararg && testnext(ls, ',')); in parlist()
813 while (testnext(ls, ',')) { in explist()
1138 if (testnext(ls, ',')) { /* assignment -> ',' suffixedexp assignment */ in assignment()
1182 if (testnext(ls, TK_GOTO)) in gotostat()
1320 if (testnext(ls, ',')) in fornum()
1343 while (testnext(ls, ',')) { in forlist()
1415 if (testnext(ls, TK_ELSE)) in ifstat()
1441 } while (testnext(ls, ',')); in localstat()
1442 if (testnext(ls, '=')) in localstat()
1524 testnext(ls, ';'); /* skip optional semicolon */ in retstat()
1564 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()