Lines Matching refs:lua_State
74 LUAI_FUNC const char *luaT_objtypename (lua_State *L, const TValue *o);
77 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
79 LUAI_FUNC void luaT_init (lua_State *L);
81 LUAI_FUNC void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1,
83 LUAI_FUNC void luaT_callTMres (lua_State *L, const TValue *f,
85 LUAI_FUNC void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2,
87 LUAI_FUNC void luaT_tryconcatTM (lua_State *L);
88 LUAI_FUNC void luaT_trybinassocTM (lua_State *L, const TValue *p1,
90 LUAI_FUNC void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2,
92 LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1,
94 LUAI_FUNC int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2,
97 LUAI_FUNC void luaT_adjustvarargs (lua_State *L, int nfixparams,
99 LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,