Searched refs:LocVar (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lobject.h | 454 typedef struct LocVar { struct 458 } LocVar; argument 470 LocVar *locvars; /* information about local variables (debug information) */
|
| H A D | lparser.c | 167 LocVar, SHRT_MAX, "local variables"); in registerlocalvar() 195 static LocVar *getlocvar (FuncState *fs, int i) { in getlocvar() 566 luaM_reallocvector(L, f->locvars, f->sizelocvars, fs->nlocvars, LocVar); in close_func()
|
| H A D | lgc.c | 472 sizeof(LocVar) * f->sizelocvars + in traverseproto()
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lobject.h | 527 typedef struct LocVar { struct 531 } LocVar; typedef 572 LocVar *locvars; /* information about local variables (debug information) */
|
| H A D | lundump.c | 241 f->locvars = luaM_newvectorchecked(S->L, n, LocVar); in loadDebug()
|
| H A 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() 770 luaM_shrinkvector(L, f->locvars, f->sizelocvars, fs->ndebugvars, LocVar); in close_func()
|