Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlobject.h455 typedef struct LocVar { struct
459 } LocVar; argument
471 LocVar *locvars; /* information about local variables (debug information) */
HDlparser.c168 LocVar, SHRT_MAX, "local variables"); in registerlocalvar()
196 static LocVar *getlocvar (FuncState *fs, int i) { in getlocvar()
567 luaM_reallocvector(L, f->locvars, f->sizelocvars, fs->nlocvars, LocVar); in close_func()
HDlgc.c473 sizeof(LocVar) * f->sizelocvars + in traverseproto()
/freebsd-13-stable/contrib/lua/src/
HDlobject.h505 typedef struct LocVar { struct
509 } LocVar; argument
550 LocVar *locvars; /* information about local variables (debug information) */
HDlundump.c241 f->locvars = luaM_newvectorchecked(S->L, n, LocVar); in loadDebug()
HDlparser.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()
758 luaM_shrinkvector(L, f->locvars, f->sizelocvars, fs->ndebugvars, LocVar); in close_func()