Home
last modified time | relevance | path

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

/external/lua/src/
Dldebug.c785 static int changedline (const Proto *p, int oldpc, int newpc) { in changedline()
813 int oldpc = (L->oldpc < p->sizecode) ? L->oldpc : 0; in luaG_traceexec() local
Dlstate.h324 int oldpc; /* last pc traced */ member