Lines Matching refs:lua_State
126 LUAI_FUNC int luaV_equalobj (lua_State *L, const TValue *t1, const TValue *t2);
127 LUAI_FUNC int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r);
128 LUAI_FUNC int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r);
134 LUAI_FUNC void luaV_finishget (lua_State *L, const TValue *t, TValue *key,
136 LUAI_FUNC void luaV_finishset (lua_State *L, const TValue *t, TValue *key,
138 LUAI_FUNC void luaV_finishOp (lua_State *L);
139 LUAI_FUNC void luaV_execute (lua_State *L, CallInfo *ci);
140 LUAI_FUNC void luaV_concat (lua_State *L, int total);
141 LUAI_FUNC lua_Integer luaV_idiv (lua_State *L, lua_Integer x, lua_Integer y);
142 LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
143 LUAI_FUNC lua_Number luaV_modf (lua_State *L, lua_Number x, lua_Number y);
145 LUAI_FUNC void luaV_objlen (lua_State *L, StkId ra, const TValue *rb);