Searched refs:LocVar (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlobject.h457 typedef struct LocVar { struct
461 } LocVar; typedef in typeref:struct:LocVar
473 LocVar *locvars; /* information about local variables (debug information) */
H A Dlundump.c158 f->locvars=luaM_newvector(S->L,n,LocVar);
H A Dlparser.c170 LocVar, SHRT_MAX, "local variables");
198 static LocVar *getlocvar (FuncState *fs, int i) {
569 luaM_reallocvector(L, f->locvars, f->sizelocvars, fs->nlocvars, LocVar);
H A Dlgc.c474 sizeof(LocVar) * f->sizelocvars +

Completed in 91 milliseconds