Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlua.h191 LUA_API void (lua_arith) (lua_State *L, int op); variable
H A Dlapi.c292 LUA_API void lua_arith (lua_State *L, int op) { in lua_arith() function