Searched refs:callTM (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lvm.c | 91 static void callTM (lua_State *L, const TValue *f, const TValue *p1, in callTM() function 127 callTM(L, tm, t, key, val, 1); in luaV_gettable() 166 callTM(L, tm, t, key, val, 0); in luaV_settable() 181 callTM(L, tm, p1, p2, res, 1); in call_binTM() 288 callTM(L, tm, t1, t2, L->top, 1); /* call TM */ in luaV_equalobj_() 356 callTM(L, tm, rb, rb, ra, 1); in luaV_objlen()
|