Home
last modified time | relevance | path

Searched refs:LUA_OPDIV (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.c74 case LUA_OPDIV: return luai_numdiv(NULL, v1, v2); in luaO_arith()
H A Dlvm.c421 if (lop == LUA_OPDIV) { in luaV_arith()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h187 #define LUA_OPDIV 3 macro