Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.h503 typedef struct LocVar { struct
507 } LocVar; argument
548 LocVar *locvars; /* information about local variables (debug information) */
Dlundump.c241 f->locvars = luaM_newvectorchecked(S->L, n, LocVar); in loadDebug()
Dlparser.c179 LocVar, SHRT_MAX, "local variables"); in registerlocalvar()
251 static LocVar *localdebuginfo (FuncState *fs, int vidx) { in localdebuginfo()
331 LocVar *var = localdebuginfo(fs, --fs->nactvar); in removevars()
760 luaM_shrinkvector(L, f->locvars, f->sizelocvars, fs->ndebugvars, LocVar); in close_func()