Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.c593 static int block_follow (LexState *ls, int withuntil) { in block_follow() function
606 while (!block_follow(ls, 1)) { in statlist()
1225 if (block_follow(ls, 0)) { /* label is last no-op statement in the block? */ in labelstat()
1388 if (block_follow(ls, 0)) { /* 'goto' is the entire block? */ in test_then_block()
1501 if (block_follow(ls, 1) || ls->t.token == ';') in retstat()