Home
last modified time | relevance | path

Searched refs:lua_arith (Results 1 – 6 of 6) 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
H A Dlstrlib.c290 lua_arith(L, op); /* result will be on the top */ in arith()
H A Dltests.c1417 lua_arith(L1, op); in runC()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c291 LUA_API void lua_arith (lua_State *L, int op) { in lua_arith() function