Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldump.c122 DumpInt(f->locvars[i].endpc,D); in DumpDebug()
H A Dprint.c200 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintLocals()
H A Dlfunc.c166 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
H A Dlundump.c152 f->locvars[i].endpc=LoadInt(S); in LoadDebug()
H A Dlobject.h265 int endpc; /* first point where variable is dead */ member
H A Dlparser.c179 getlocvar(fs, --fs->nactvar).endpc = fs->pc; in removevars()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlfunc.c152 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
H A Dlobject.h458 int endpc; /* first point where variable is dead */ member
H A Dlparser.c215 getlocvar(fs, --fs->nactvar)->endpc = fs->pc; in removevars()