Home
last modified time | relevance | path

Searched defs:lua_arith (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h191 LUA_API void (lua_arith) (lua_State *L, int op); variable
/freebsd/contrib/lua/src/
H A Dlua.h231 LUA_API void (lua_arith) (lua_State *L, int op); variable
H A Dlapi.c335 LUA_API void lua_arith (lua_State *L, int op) { in lua_arith() function
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c291 LUA_API void lua_arith (lua_State *L, int op) { in lua_arith() function