Home
last modified time | relevance | path

Searched refs:LocVar (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.h539 typedef struct LocVar { struct
543 } LocVar; argument
584 LocVar *locvars; /* information about local variables (debug information) */
H A Dlundump.c247 f->locvars = luaM_newvectorchecked(S->L, n, LocVar); in loadDebug()
H A Dlparser.c183 LocVar, SHRT_MAX, "local variables"); in registerlocalvar()
255 static LocVar *localdebuginfo (FuncState *fs, int vidx) { in localdebuginfo()
335 LocVar *var = localdebuginfo(fs, --fs->nactvar); in removevars()
774 luaM_shrinkvector(L, f->locvars, f->sizelocvars, fs->ndebugvars, LocVar); in close_func()