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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlstate.h161 const Instruction *oldpc; /* last pc traced */ member in struct:lua_State
/freebsd-13-stable/contrib/lua/src/
H A Dldebug.c785 static int changedline (const Proto *p, int oldpc, int newpc) { argument
813 int oldpc = (L->oldpc < p->sizecode) ? L->oldpc : 0; local
[all...]
H A Dlstate.h291 int oldpc; /* last pc traced */ member in struct:lua_State

Completed in 62 milliseconds