Searched defs:lua_arith (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ | ||
H A D | lua.h | 250 LUA_API void (lua_arith) (lua_State *L, int op); variable |
H A D | lapi.c | 341 LUA_API void lua_arith (lua_State *L, int op) { in lua_arith() function |