Searched refs:call_orderTM (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlvm.c201 static int call_orderTM (lua_State *L, const TValue *p1, const TValue *p2, function
238 else if ((res = call_orderTM(L, l, r, TM_LT)) < 0)
250 else if ((res = call_orderTM(L, l, r, TM_LE)) >= 0) /* first try `le' */
252 else if ((res = call_orderTM(L, r, l, TM_LT)) < 0) /* else try `lt' */

Completed in 62 milliseconds