Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "lobject.h"
Go to the source code of this file.
Macros | |
#define | sizeCclosure(n) |
#define | sizeLclosure(n) |
Functions | |
LUAI_FUNC Proto * | luaF_newproto (lua_State *L) |
LUAI_FUNC Closure * | luaF_newCclosure (lua_State *L, int nelems) |
LUAI_FUNC Closure * | luaF_newLclosure (lua_State *L, int nelems) |
LUAI_FUNC UpVal * | luaF_newupval (lua_State *L) |
LUAI_FUNC UpVal * | luaF_findupval (lua_State *L, StkId level) |
LUAI_FUNC void | luaF_close (lua_State *L, StkId level) |
LUAI_FUNC void | luaF_freeproto (lua_State *L, Proto *f) |
LUAI_FUNC void | luaF_freeupval (lua_State *L, UpVal *uv) |
LUAI_FUNC const char * | luaF_getlocalname (const Proto *func, int local_number, int pc) |
#define sizeCclosure | ( | n | ) |
Definition at line 14 of file lua-5.2.4/src/lfunc.h.
#define sizeLclosure | ( | n | ) |
Definition at line 17 of file lua-5.2.4/src/lfunc.h.
Definition at line 96 of file lua-5.1.5/src/lfunc.c.
Definition at line 53 of file lua-5.1.5/src/lfunc.c.
Definition at line 141 of file lua-5.1.5/src/lfunc.c.
Definition at line 89 of file lua-5.1.5/src/lfunc.c.
References luaM_free, UpVal::u, unlinkupval(), unlinkupval(), UpVal::v, and UpVal::value.
Referenced by freeobj(), freeobj(), and luaF_close().
Definition at line 163 of file lua-5.1.5/src/lfunc.c.
Definition at line 23 of file lua-5.2.4/src/lfunc.c.
Definition at line 30 of file lua-5.2.4/src/lfunc.c.
Definition at line 115 of file lua-5.1.5/src/lfunc.c.
Definition at line 44 of file lua-5.1.5/src/lfunc.c.
References LUA_TUPVAL, luaC_link(), luaC_newobj(), luaM_new, NULL, obj2gco, setnilvalue, UpVal::u, GCObject::uv, UpVal::v, and UpVal::value.
Referenced by f_parser(), and f_parser().