lastpc            317 lib/lua/ldebug.c static Instruction symbexec (const Proto *pt, int lastpc, int reg) {
lastpc            322 lib/lua/ldebug.c   for (pc = 0; pc < lastpc; pc++) {
lastpc            419 lib/lua/ldebug.c         if (reg != NO_REG && pc < dest && dest <= lastpc)