Home
last modified time | relevance | path

Searched refs:testnext (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/openzfs/module/lua/
H A Dlparser.c99 static int testnext (LexState *ls, int c) { in testnext() function
125 if (!testnext(ls, what)) { in check_match()
752 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor()
784 } while (!f->is_vararg && testnext(ls, ',')); in parlist()
818 while (testnext(ls, ',')) { in explist()
1143 if (testnext(ls, ',')) { /* assignment -> ',' suffixedexp assignment */ in assignment()
1187 if (testnext(ls, TK_GOTO)) in gotostat()
1325 if (testnext(ls, ',')) in fornum()
1348 while (testnext(ls, ',')) { in forlist()
1421 if (testnext(ls, TK_ELSE)) in ifstat()
[all …]
/src/contrib/lua/src/
H A Dlparser.c95 static int testnext (LexState *ls, int c) { in testnext() function
131 if (l_unlikely(!testnext(ls, what))) { in check_match()
943 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor()
979 } while (!isvararg && testnext(ls, ',')); in parlist()
1015 while (testnext(ls, ',')) { in explist()
1378 if (testnext(ls, ',')) { /* restassign -> ',' suffixedexp restassign */ in restassign()
1580 if (testnext(ls, ',')) in fornum()
1605 while (testnext(ls, ',')) { in forlist()
1652 while (testnext(ls, ';')) {} /* skip semicolons */ in test_then_block()
1681 if (testnext(ls, TK_ELSE)) in ifstat()
[all …]