Home
last modified time | relevance | path

Searched refs:LUA_OPLT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dluaconf.h296 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT)
H A Dltablib.c182 return lua_compare(L, a, b, LUA_OPLT); in sort_comp()
H A Dlua.h194 #define LUA_OPLT 1 macro
H A Dlapi.c324 case LUA_OPLT: i = luaV_lessthan(L, o1, o2); break; in lua_compare()