Searched refs:LocVar (Results 1 – 4 of 4) sorted by relevance
397 typedef struct LocVar { struct401 } LocVar; typedef424 LocVar *locvars; /* information about local variables (debug information) */
187 f->locvars = luaM_newvector(S->L, n, LocVar); in LoadDebug()
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()
496 sizeof(LocVar) * f->sizelocvars + in traverseproto()