Searched refs:block_follow (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlparser.c590 static int block_follow (LexState *ls, int withuntil) { function
609 while (!block_follow(ls, 1)) {
1228 if (block_follow(ls, 0)) { /* label is last no-op statement in the block? */
1392 if (block_follow(ls, 0)) { /* 'goto' is the entire block? */
1505 if (block_follow(ls, 1) || ls->t.token == ';')
/freebsd-current/contrib/lua/src/
H A Dlparser.c788 static int block_follow (LexState *ls, int withuntil) { function
801 while (!block_follow(ls, 1)) {
1464 createlabel(ls, name, line, block_follow(ls, 0));
1654 if (block_follow(ls, 0)) { /* jump is the entire block? */
1819 if (block_follow(ls, 1) || ls->t.token == ';')

Completed in 64 milliseconds