Home
last modified time | relevance | path

Searched refs:endpc (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dldump.c170 dumpInt(D, f->locvars[i].endpc); in dumpDebug()
A Dlfunc.c286 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
A Dlundump.c248 f->locvars[i].endpc = loadInt(S); in loadDebug()
A Dluac.c706 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintDebug()
A Dlobject.h517 int endpc; /* first point where variable is dead */ member
A Dlparser.c333 var->endpc = fs->pc; in removevars()

Completed in 13 milliseconds