Searched refs:lua_arith (Results 1 – 6 of 6) sorted by relevance
191 LUA_API void (lua_arith) (lua_State *L, int op); variable
231 LUA_API void (lua_arith) (lua_State *L, int op); variable
335 LUA_API void lua_arith (lua_State *L, int op) { in lua_arith() function
290 lua_arith(L, op); /* result will be on the top */ in arith()
1417 lua_arith(L1, op); in runC()
291 LUA_API void lua_arith (lua_State *L, int op) { in lua_arith() function