Searched refs:endpc (Results 1 – 6 of 6) sorted by relevance
132 DumpInt(f->locvars[i].endpc,D); in DumpDebug()
153 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
165 f->locvars[i].endpc=LoadInt(S); in LoadDebug()
414 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintDebug()
460 int endpc; /* first point where variable is dead */ member
217 getlocvar(fs, --fs->nactvar)->endpc = fs->pc; in removevars()