Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua178 t.__lt = function (a,b,c) function
223 t.__lt = function (a,b) function
309 t1.__lt = function () return true end function
H A Dtst.lib_coroutine.lua289 __lt = function(a,b) coroutine.yield(nil, "lt"); return a.x < b.x end, function