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