Home
last modified time | relevance | path

Searched defs:oldpc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dldebug.c847 static int changedline (const Proto *p, int oldpc, int newpc) { in changedline()
906 int oldpc = (L->oldpc < p->sizecode) ? L->oldpc : 0; in luaG_traceexec() local
H A Dlstate.h328 int oldpc; /* last pc traced */ member
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.h160 const Instruction *oldpc; /* last pc traced */ member