Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <string.h>
#include "lua.h"
#include "lobject.h"
#include "lstate.h"
#include "lstring.h"
#include "ltable.h"
#include "ltm.h"
Go to the source code of this file.
Macros | |
#define | ltm_c |
#define | LUA_CORE |
Functions | |
void | luaT_init (lua_State *L) |
const TValue * | luaT_gettm (Table *events, TMS event, TString *ename) |
const TValue * | luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) |
Variables | |
static const char | udatatypename [] = "userdata" |
LUAI_DDEF const char *const | luaT_typenames_ [LUA_TOTALTAGS] |
#define ltm_c |
Definition at line 10 of file lua-5.2.4/src/ltm.c.
#define LUA_CORE |
Definition at line 11 of file lua-5.2.4/src/ltm.c.
Definition at line 52 of file lua-5.2.4/src/ltm.c.
References cast_byte, Table::flags, lua_assert, luaH_getstr(), NULL, TM_EQ, and ttisnil.
Definition at line 63 of file lua-5.2.4/src/ltm.c.
References G, hvalue, LUA_TTABLE, LUA_TUSERDATA, luaH_getstr(), luaO_nilobject, Table::metatable, tmname, ttypenv, and uvalue.
void luaT_init | ( | lua_State * | L | ) |
Definition at line 32 of file lua-5.2.4/src/ltm.c.
LUAI_DDEF const char* const luaT_typenames_[LUA_TOTALTAGS] |
Definition at line 24 of file lua-5.2.4/src/ltm.c.
|
static |
Definition at line 22 of file lua-5.2.4/src/ltm.c.