Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.c80 static int testnext (LexState *ls, int c) { in testnext() function
105 if (!testnext(ls, what)) { in check_match()
532 } while (testnext(ls, ',') || testnext(ls, ';')); in constructor()
568 } while (!f->is_vararg && testnext(ls, ',')); in parlist()
600 while (testnext(ls, ',')) { in explist1()
1079 if (testnext(ls, ',')) in fornum()
1102 while (testnext(ls, ',')) in forlist()
1186 } while (testnext(ls, ',')); in localstat()
1187 if (testnext(ls, '=')) in localstat()
1302 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()
[all …]
/f-stack/freebsd/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()
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()
1447 } while (testnext(ls, ',')); in localstat()
[all …]