Searched refs:block_follow (Results 1 – 2 of 2) sorted by relevance
591 static int block_follow (LexState *ls, int withuntil) { in block_follow() function610 while (!block_follow(ls, 1)) { in statlist()1229 if (block_follow(ls, 0)) { /* label is last no-op statement in the block? */ in labelstat()1393 if (block_follow(ls, 0)) { /* 'goto' is the entire block? */ in test_then_block()1506 if (block_follow(ls, 1) || ls->t.token == ';') in retstat()
871 static int block_follow (int token) { in block_follow() function1244 if (block_follow(ls->t.token) || ls->t.token == ';') in retstat()1329 while (!islast && !block_follow(ls->t.token)) { in chunk()