Lines Matching refs:lua_State
96 LUAI_FUNC int luaV_equalobj (lua_State *L, const TValue *t1, const TValue *t2);
97 LUAI_FUNC int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r);
98 LUAI_FUNC int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r);
101 LUAI_FUNC void luaV_finishget (lua_State *L, const TValue *t, TValue *key,
103 LUAI_FUNC void luaV_finishset (lua_State *L, const TValue *t, TValue *key,
105 LUAI_FUNC void luaV_finishOp (lua_State *L);
106 LUAI_FUNC void luaV_execute (lua_State *L);
107 LUAI_FUNC void luaV_concat (lua_State *L, int total);
108 LUAI_FUNC lua_Integer luaV_div (lua_State *L, lua_Integer x, lua_Integer y);
109 LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
111 LUAI_FUNC void luaV_objlen (lua_State *L, StkId ra, const TValue *rb);