|
native Lua
0.5.0-devel
Lua on the platform you use with the compiler you choose
|
#include "lprefix.h"#include <string.h>#include "lua.h"#include "ldebug.h"#include "ldo.h"#include "lgc.h"#include "lobject.h"#include "lstate.h"#include "lstring.h"#include "ltable.h"#include "ltm.h"#include "lvm.h"
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) |
| const char * | luaT_objtypename (lua_State *L, const TValue *o) |
| void | luaT_callTM (lua_State *L, const TValue *f, const TValue *p1, const TValue *p2, const TValue *p3) |
| void | luaT_callTMres (lua_State *L, const TValue *f, const TValue *p1, const TValue *p2, StkId res) |
| void | luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2, StkId res, TMS event) |
| void | luaT_tryconcatTM (lua_State *L) |
| void | luaT_trybinassocTM (lua_State *L, const TValue *p1, const TValue *p2, int flip, StkId res, TMS event) |
| void | luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2, int flip, StkId res, TMS event) |
| int | luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2, TMS event) |
| int | luaT_callorderiTM (lua_State *L, const TValue *p1, int v2, int flip, int isfloat, TMS event) |
| void | luaT_adjustvarargs (lua_State *L, int nfixparams, CallInfo *ci, const Proto *p) |
| void | luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) |
Variables | |
| LUAI_DDEF const char *const | luaT_typenames_ [LUA_TOTALTYPES] |
| #define ltm_c |
| #define LUA_CORE |
| int luaT_callorderiTM | ( | lua_State * | L, |
| const TValue * | p1, | ||
| int | v2, | ||
| int | flip, | ||
| int | isfloat, | ||
| TMS | event | ||
| ) |
| void luaT_callTM | ( | lua_State * | L, |
| const TValue * | f, | ||
| const TValue * | p1, | ||
| const TValue * | p2, | ||
| const TValue * | p3 | ||
| ) |
| void luaT_callTMres | ( | lua_State * | L, |
| const TValue * | f, | ||
| const TValue * | p1, | ||
| const TValue * | p2, | ||
| StkId | res | ||
| ) |
| void luaT_init | ( | lua_State * | L | ) |
| void luaT_trybinassocTM | ( | lua_State * | L, |
| const TValue * | p1, | ||
| const TValue * | p2, | ||
| int | flip, | ||
| StkId | res, | ||
| TMS | event | ||
| ) |
| void luaT_trybiniTM | ( | lua_State * | L, |
| const TValue * | p1, | ||
| lua_Integer | i2, | ||
| int | flip, | ||
| StkId | res, | ||
| TMS | event | ||
| ) |
| void luaT_tryconcatTM | ( | lua_State * | L | ) |
| LUAI_DDEF const char* const luaT_typenames_[LUA_TOTALTYPES] |
1.8.18