Lines Matching refs:lua_State
57 LUAI_FUNC int luaV_equalobj (lua_State *L, const TValue *t1, const TValue *t2);
58 LUAI_FUNC int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r);
59 LUAI_FUNC int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r);
62 LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key,
64 LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key,
66 LUAI_FUNC void luaV_finishOp (lua_State *L);
67 LUAI_FUNC void luaV_execute (lua_State *L);
68 LUAI_FUNC void luaV_concat (lua_State *L, int total);
69 LUAI_FUNC lua_Integer luaV_div (lua_State *L, lua_Integer x, lua_Integer y);
70 LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
72 LUAI_FUNC void luaV_objlen (lua_State *L, StkId ra, const TValue *rb);