Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h192 LUA_API void (lua_arith) (lua_State *L, int op); variable
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlapi.c290 LUA_API void lua_arith (lua_State *L, int op) { in lua_arith() function