Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlparser.c95 static int testnext (LexState *ls, int c) { in testnext() function
131 if (l_unlikely(!testnext(ls, what))) { in check_match()
932 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor()
968 } while (!isvararg && testnext(ls, ',')); in parlist()
1004 while (testnext(ls, ',')) { in explist()
1569 if (testnext(ls, ',')) in fornum()
1594 while (testnext(ls, ',')) { in forlist()
1670 if (testnext(ls, TK_ELSE)) in ifstat()
1691 if (testnext(ls, '<')) { in getlocalattribute()
1735 } while (testnext(ls, ',')); in localstat()
[all …]

Completed in 6 milliseconds