Proto 1049 lib/lua/lapi.c Proto *p = f->l.p; Proto 232 lib/lua/lcode.c Proto *f = fs->f; Proto 790 lib/lua/lcode.c Proto *f = fs->f; Proto 107 lib/lua/ldebug.c static Proto *getluaproto (CallInfo *ci) { Proto 114 lib/lua/ldebug.c Proto *fp = getluaproto(ci); Proto 276 lib/lua/ldebug.c static int precheck (const Proto *pt) { Proto 304 lib/lua/ldebug.c static int checkArgMode (const Proto *pt, int r, enum OpArgMask mode) { Proto 317 lib/lua/ldebug.c static Instruction symbexec (const Proto *pt, int lastpc, int reg) { Proto 484 lib/lua/ldebug.c LUAI_FUNC int luaG_checkcode (const Proto *pt) { Proto 489 lib/lua/ldebug.c static const char *kname (Proto *p, int c) { Proto 500 lib/lua/ldebug.c Proto *p = ci_func(ci)->l.p; Proto 30 lib/lua/ldebug.h LUAI_FUNC int luaG_checkcode (const Proto *pt); Proto 208 lib/lua/ldo.c static StkId adjust_varargs (lua_State *L, Proto *p, int actual) { Proto 276 lib/lua/ldo.c Proto *p = cl->p; Proto 493 lib/lua/ldo.c Proto *tf; Proto 78 lib/lua/ldump.c static void DumpFunction(const Proto* f, const TString* p, DumpState* D); Proto 80 lib/lua/ldump.c static void DumpConstants(const Proto* f, DumpState* D) Proto 111 lib/lua/ldump.c static void DumpDebug(const Proto* f, DumpState* D) Proto 129 lib/lua/ldump.c static void DumpFunction(const Proto* f, const TString* p, DumpState* D) Proto 153 lib/lua/ldump.c LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip) Proto 115 lib/lua/lfunc.c LUAI_FUNC Proto *luaF_newproto (lua_State *L) { Proto 116 lib/lua/lfunc.c Proto *f = luaM_new(L, Proto); Proto 141 lib/lua/lfunc.c LUAI_FUNC void luaF_freeproto (lua_State *L, Proto *f) { Proto 143 lib/lua/lfunc.c luaM_freearray(L, f->p, f->sizep, Proto *); Proto 163 lib/lua/lfunc.c LUAI_FUNC const char *luaF_getlocalname (const Proto *f, int local_number, int pc) { Proto 21 lib/lua/lfunc.h LUAI_FUNC Proto *luaF_newproto (lua_State *L); Proto 27 lib/lua/lfunc.h LUAI_FUNC void luaF_freeproto (lua_State *L, Proto *f); Proto 30 lib/lua/lfunc.h LUAI_FUNC const char *luaF_getlocalname (const Proto *func, int local_number, Proto 203 lib/lua/lgc.c static void traverseproto (global_State *g, Proto *f) { Proto 308 lib/lua/lgc.c Proto *p = gco2p(o); Proto 311 lib/lua/lgc.c return sizeof(Proto) + sizeof(Instruction) * p->sizecode + Proto 312 lib/lua/lgc.c sizeof(Proto *) * p->sizep + Proto 235 lib/lua/lobject.h struct Proto **p; /* functions defined inside the function */ Proto 304 lib/lua/lobject.h struct Proto *p; Proto 145 lib/lua/lparser.c Proto *f = fs->f; Proto 185 lib/lua/lparser.c Proto *f = fs->f; Proto 312 lib/lua/lparser.c Proto *f = fs->f; Proto 315 lib/lua/lparser.c luaM_growvector(ls->L, f->p, fs->np, f->sizep, Proto *, Proto 330 lib/lua/lparser.c Proto *f = luaF_newproto(L); Proto 359 lib/lua/lparser.c Proto *f = fs->f; Proto 368 lib/lua/lparser.c luaM_reallocvector(L, f->p, f->sizep, fs->np, Proto *); Proto 383 lib/lua/lparser.c LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name) { Proto 546 lib/lua/lparser.c Proto *f = fs->f; Proto 59 lib/lua/lparser.h Proto *f; /* current function header */ Proto 78 lib/lua/lparser.h LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, Proto 142 lib/lua/lstate.h struct Proto p; Proto 119 lib/lua/luac.c static const Proto* combine(lua_State* L, int n) Proto 126 lib/lua/luac.c Proto* f=luaF_newproto(L); Proto 133 lib/lua/luac.c f->p=luaM_newvector(L,n,Proto*); Proto 163 lib/lua/luac.c const Proto* f; Proto 90 lib/lua/lundump.c static void LoadCode(LoadState* S, Proto* f) Proto 98 lib/lua/lundump.c static Proto* LoadFunction(LoadState* S, TString* p); Proto 100 lib/lua/lundump.c static void LoadConstants(LoadState* S, Proto* f) Proto 131 lib/lua/lundump.c f->p=luaM_newvector(S->L,n,Proto*); Proto 137 lib/lua/lundump.c static void LoadDebug(LoadState* S, Proto* f) Proto 161 lib/lua/lundump.c static Proto* LoadFunction(LoadState* S, TString* p) Proto 163 lib/lua/lundump.c Proto* f; Proto 195 lib/lua/lundump.c LUAI_FUNC Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) Proto 14 lib/lua/lundump.h LUAI_FUNC Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name); Proto 20 lib/lua/lundump.h LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip); Proto 24 lib/lua/lundump.h LUAI_FUNC void luaU_print (const Proto* f, int full); Proto 85 lib/lua/lvm.c Proto *p = ci_func(L->ci)->l.p; Proto 740 lib/lua/lvm.c Proto *p; Proto 51 lib/lua/print.c static void PrintConstant(const Proto* f, int i) Proto 74 lib/lua/print.c static void PrintCode(const Proto* f) Proto 161 lib/lua/print.c static void PrintHeader(const Proto* f) Proto 181 lib/lua/print.c static void PrintConstants(const Proto* f) Proto 193 lib/lua/print.c static void PrintLocals(const Proto* f) Proto 204 lib/lua/print.c static void PrintUpvalues(const Proto* f) Proto 215 lib/lua/print.c void PrintFunction(const Proto* f, int full)