HomeSort by: relevance | last modified time | path
    Searched refs:LocVar (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/lua/dist/src/
lobject.h 539 typedef struct LocVar {
543 } LocVar;
584 LocVar *locvars; /* information about local variables (debug information) */
lundump.c 247 f->locvars = luaM_newvectorchecked(S->L, n, LocVar);
lparser.c 183 LocVar, SHRT_MAX, "local variables");
255 static LocVar *localdebuginfo (FuncState *fs, int vidx) {
335 LocVar *var = localdebuginfo(fs, --fs->nactvar);
774 luaM_shrinkvector(L, f->locvars, f->sizelocvars, fs->ndebugvars, LocVar);

Completed in 42 milliseconds