Home
last modified time | relevance | path

Searched refs:findsetreg (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldebug.c354 static int findsetreg (Proto *p, int lastpc, int reg) { in findsetreg() function
412 pc = findsetreg(p, lastpc, reg); in getobjname()
/freebsd/contrib/lua/src/
H A Dldebug.c436 static int findsetreg (const Proto *p, int lastpc, int reg) { in findsetreg() function
505 *ppc = pc = findsetreg(p, pc, reg); in basicgetobjname()