Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlobject.h397 typedef struct LocVar { struct
401 } LocVar; argument
424 LocVar *locvars; /* information about local variables (debug information) */
H A Dlundump.c187 f->locvars = luaM_newvector(S->L, n, LocVar); in LoadDebug()
H A Dlparser.c166 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 Dlgc.c496 sizeof(LocVar) * f->sizelocvars + in traverseproto()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlobject.h456 typedef struct LocVar { struct
460 } LocVar; argument
472 LocVar *locvars; /* information about local variables (debug information) */
H A Dlundump.c158 f->locvars=luaM_newvector(S->L,n,LocVar); in LoadDebug()
H A Dlparser.c169 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 Dlgc.c474 sizeof(LocVar) * f->sizelocvars + in traverseproto()