Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlparser.c100 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()
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()
[all …]