Lines Matching refs:lua_State
75 LUAI_FUNC const char *luaT_objtypename (lua_State *L, const TValue *o);
78 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
80 LUAI_FUNC void luaT_init (lua_State *L);
82 LUAI_FUNC void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1,
84 LUAI_FUNC void luaT_callTMres (lua_State *L, const TValue *f,
86 LUAI_FUNC void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2,
88 LUAI_FUNC void luaT_tryconcatTM (lua_State *L);
89 LUAI_FUNC void luaT_trybinassocTM (lua_State *L, const TValue *p1,
91 LUAI_FUNC void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2,
93 LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1,
95 LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2,
98 LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams,
100 LUAI_FUNC void luaT_getvarargs (lua_State *L, CallInfo *ci,