Lines Matching refs:lua_State
79 LUAI_FUNC const char *luaT_objtypename (lua_State *L, const TValue *o);
82 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
84 LUAI_FUNC void luaT_init (lua_State *L);
86 LUAI_FUNC void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1,
88 LUAI_FUNC void luaT_callTMres (lua_State *L, const TValue *f,
90 LUAI_FUNC void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2,
92 LUAI_FUNC void luaT_tryconcatTM (lua_State *L);
93 LUAI_FUNC void luaT_trybinassocTM (lua_State *L, const TValue *p1,
95 LUAI_FUNC void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2,
97 LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1,
99 LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2,
102 LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams,
104 LUAI_FUNC void luaT_getvarargs (lua_State *L, CallInfo *ci,