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 | |
const char *const | luaT_typenames [] |
#define ltm_c |
Definition at line 10 of file lua-5.1.5/src/ltm.c.
#define LUA_CORE |
Definition at line 11 of file lua-5.1.5/src/ltm.c.
Definition at line 50 of file lua-5.1.5/src/ltm.c.
References cast_byte, Table::flags, lua_assert, luaH_getstr(), NULL, TM_EQ, and ttisnil.
Definition at line 61 of file lua-5.1.5/src/ltm.c.
References G, hvalue, LUA_TTABLE, LUA_TUSERDATA, luaH_getstr(), luaO_nilobject, Table::metatable, tmname, ttype, and uvalue.
Referenced by call_binTM(), call_binTM(), call_orderTM(), callclosemethod(), checkclosemth(), GCTM(), GCTM(), GCTM(), luaD_tryfuncTM(), luaV_finishget(), luaV_finishOp(), luaV_finishset(), luaV_finishset(), luaV_gettable(), luaV_objlen(), luaV_settable(), tryfuncTM(), tryfuncTM(), and tryfuncTM().
void luaT_init | ( | lua_State * | L | ) |
Definition at line 30 of file lua-5.1.5/src/ltm.c.
References G, luaS_fix, luaS_new, TM_N, and tmname.
Referenced by f_luaopen(), f_luaopen(), f_luaopen(), and f_luaopen().
const char* const luaT_typenames[] |
Definition at line 23 of file lua-5.1.5/src/ltm.c.
Referenced by lua_typename(), luaG_ordererror(), and luaG_typeerror().