Searched defs:lastpc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ldebug.c | 353 static int findsetreg (Proto *p, int lastpc, int reg) { in findsetreg() 404 static const char *getobjname (Proto *p, int lastpc, int reg, in getobjname()
|
/freebsd/contrib/lua/src/ |
H A D | ldebug.c | 465 static int findsetreg (const Proto *p, int lastpc, int reg) { in findsetreg() 526 static const char *getobjname (const Proto *p, int lastpc, int reg, in getobjname()
|