Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlobject.h237 struct LocVar *locvars; /* information about local variables */
262 typedef struct LocVar { struct
266 } LocVar; typedef
H A Dlfunc.c146 luaM_freearray(L, f->locvars, f->sizelocvars, struct LocVar); in luaF_freeproto()
H A Dlundump.c145 f->locvars=luaM_newvector(S->L,n,LocVar); in LoadDebug()
H A Dlparser.c148 LocVar, SHRT_MAX, "too many local variables"); in registerlocalvar()
370 luaM_reallocvector(L, f->locvars, f->sizelocvars, fs->nlocvars, LocVar); in close_func()
H A Dlgc.c315 sizeof(LocVar) * p->sizelocvars + in propagatemark()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.h455 typedef struct LocVar { struct
459 } LocVar; argument
471 LocVar *locvars; /* information about local variables (debug information) */
H A Dlparser.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()
H A Dlgc.c473 sizeof(LocVar) * f->sizelocvars + in traverseproto()