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

/freebsd-12-stable/contrib/lua/src/
H A Dlparser.c588 static int block_follow (LexState *ls, int withuntil) { function
601 while (!block_follow(ls, 1)) {
1234 if (block_follow(ls, 0)) { /* label is last no-op statement in the block? */
1397 if (block_follow(ls, 0)) { /* 'goto' is the entire block? */
1510 if (block_follow(ls, 1) || ls->t.token == ';')
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c592 static int block_follow (LexState *ls, int withuntil) { function
605 while (!block_follow(ls, 1)) {
1224 if (block_follow(ls, 0)) { /* label is last no-op statement in the block? */
1387 if (block_follow(ls, 0)) { /* 'goto' is the entire block? */
1500 if (block_follow(ls, 1) || ls->t.token == ';')

Completed in 56 milliseconds