Searched refs:call_binTM (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lvm.c | 176 static int call_binTM (lua_State *L, const TValue *p1, const TValue *p2, in call_binTM() function 203 if (!call_binTM(L, p1, p2, L->top, event)) in call_orderTM() 300 if (!call_binTM(L, top-2, top-1, top-2, TM_CONCAT)) in luaV_concat() 430 else if (!call_binTM(L, rb, rc, ra, op)) in luaV_arith()
|