Searched refs:lastpc (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/com32/lua/src/ |
D | ldebug.c | 303 static const char *getobjname (Proto *p, int lastpc, int reg, 340 static int findsetreg (Proto *p, int lastpc, int reg) { in findsetreg() argument 344 for (pc = 0; pc < lastpc; pc++) { in findsetreg() 370 if (pc < dest && dest <= lastpc) { in findsetreg() 391 static const char *getobjname (Proto *p, int lastpc, int reg, in getobjname() argument 394 *name = luaF_getlocalname(p, reg + 1, lastpc); in getobjname() 398 pc = findsetreg(p, lastpc, reg); in getobjname()
|