Searched refs:ndebugvars (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dlparser.h157 short ndebugvars; /* number of elements in 'f->locvars' */ member in struct:FuncState
H A Dlparser.c178 luaM_growvector(ls->L, f->locvars, fs->ndebugvars, f->sizelocvars,
182 f->locvars[fs->ndebugvars].varname = varname;
183 f->locvars[fs->ndebugvars].startpc = fs->pc;
185 return fs->ndebugvars++;
257 lua_assert(idx < fs->ndebugvars);
731 fs->ndebugvars = 0;
758 luaM_shrinkvector(L, f->locvars, f->sizelocvars, fs->ndebugvars, LocVar);

Completed in 47 milliseconds