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