Searched refs:LocVar (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lobject.h | 503 typedef struct LocVar { struct 507 } LocVar; argument 548 LocVar *locvars; /* information about local variables (debug information) */
|
D | lundump.c | 241 f->locvars = luaM_newvectorchecked(S->L, n, LocVar); in loadDebug()
|
D | lparser.c | 179 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()
|