Searched refs:block_follow (Results 1 – 1 of 1) sorted by relevance
593 static int block_follow (LexState *ls, int withuntil) { in block_follow() function606 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()