Searched refs:LocVar (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lobject.h | 397 typedef struct LocVar { struct 401 } LocVar; argument 424 LocVar *locvars; /* information about local variables (debug information) */
|
| H A D | lundump.c | 187 f->locvars = luaM_newvector(S->L, n, LocVar); in LoadDebug()
|
| H A D | lparser.c | 166 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 | 496 sizeof(LocVar) * f->sizelocvars + in traverseproto()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lobject.h | 456 typedef struct LocVar { struct 460 } LocVar; argument 472 LocVar *locvars; /* information about local variables (debug information) */
|
| H A D | lundump.c | 158 f->locvars=luaM_newvector(S->L,n,LocVar); in LoadDebug()
|
| H A D | lparser.c | 169 LocVar, SHRT_MAX, "local variables"); in registerlocalvar() 197 static LocVar *getlocvar (FuncState *fs, int i) { in getlocvar() 568 luaM_reallocvector(L, f->locvars, f->sizelocvars, fs->nlocvars, LocVar); in close_func()
|
| H A D | lgc.c | 474 sizeof(LocVar) * f->sizelocvars + in traverseproto()
|