|
static int | callbinTM (lua_State *L, const TValue *p1, const TValue *p2, StkId res, TMS event) |
|
void | luaT_adjustvarargs (lua_State *L, int nfixparams, CallInfo *ci, const Proto *p) |
|
int | luaT_callorderiTM (lua_State *L, const TValue *p1, int v2, int flip, int isfloat, TMS event) |
|
int | luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2, 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) |
|
const TValue * | luaT_gettm (Table *events, TMS event, TString *ename) |
|
const TValue * | luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) |
|
void | luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) |
|
void | luaT_init (lua_State *L) |
|
const char * | luaT_objtypename (lua_State *L, const TValue *o) |
|
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_trybinTM (lua_State *L, const TValue *p1, const TValue *p2, StkId res, TMS event) |
|
void | luaT_tryconcatTM (lua_State *L) |
|