Searched refs:LocVar (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | lobject.h | 539 typedef struct LocVar { struct 543 } LocVar; typedef 584 LocVar *locvars; /* information about local variables (debug information) */
|
| H A D | lundump.c | 247 f->locvars = luaM_newvectorchecked(S->L, n, LocVar); in loadDebug()
|
| H A D | lparser.c | 183 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()
|