Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.h397 typedef struct LocVar { struct
401 } LocVar; typedef
424 LocVar *locvars; /* information about local variables (debug information) */
Dlundump.c187 f->locvars = luaM_newvector(S->L, n, LocVar); in LoadDebug()
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()
Dlgc.c496 sizeof(LocVar) * f->sizelocvars + in traverseproto()