Home
last modified time | relevance | path

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

/netbsd/external/mit/lua/dist/src/
H A Dlparser.c99 static int testnext (LexState *ls, int c) { in testnext() function
135 if (l_unlikely(!testnext(ls, what))) { in check_match()
948 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor()
984 } while (!isvararg && testnext(ls, ',')); in parlist()
1020 while (testnext(ls, ',')) { in explist()
1595 if (testnext(ls, ',')) in fornum()
1620 while (testnext(ls, ',')) { in forlist()
1696 if (testnext(ls, TK_ELSE)) in ifstat()
1717 if (testnext(ls, '<')) { in getlocalattribute()
1759 } while (testnext(ls, ',')); in localstat()
[all …]