Searched refs:LocVar (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lobject.h | 237 struct LocVar *locvars; /* information about local variables */ 262 typedef struct LocVar { struct 266 } LocVar; typedef
|
| H A D | lfunc.c | 146 luaM_freearray(L, f->locvars, f->sizelocvars, struct LocVar); in luaF_freeproto()
|
| H A D | lundump.c | 145 f->locvars=luaM_newvector(S->L,n,LocVar); in LoadDebug()
|
| H A D | lparser.c | 148 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 D | lgc.c | 315 sizeof(LocVar) * p->sizelocvars + in propagatemark()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lobject.h | 455 typedef struct LocVar { struct 459 } LocVar; argument 471 LocVar *locvars; /* information about local variables (debug information) */
|
| H A D | lparser.c | 168 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 D | lgc.c | 473 sizeof(LocVar) * f->sizelocvars + in traverseproto()
|