Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.h457 typedef struct LocVar { struct
461 } LocVar; typedef
473 LocVar *locvars; /* information about local variables (debug information) */
Dlundump.c158 f->locvars=luaM_newvector(S->L,n,LocVar); in LoadDebug()
Dlparser.c170 LocVar, SHRT_MAX, "local variables"); in registerlocalvar()
198 static LocVar *getlocvar (FuncState *fs, int i) { in getlocvar()
569 luaM_reallocvector(L, f->locvars, f->sizelocvars, fs->nlocvars, LocVar); in close_func()
Dlgc.c474 sizeof(LocVar) * f->sizelocvars + in traverseproto()