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