Searched refs:callTM (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lvm.c | 92 static void callTM (lua_State *L, const TValue *f, const TValue *p1, in callTM() function 128 callTM(L, tm, t, key, val, 1); in luaV_gettable() 167 callTM(L, tm, t, key, val, 0); in luaV_settable() 182 callTM(L, tm, p1, p2, res, 1); in call_binTM() 289 callTM(L, tm, t1, t2, L->top, 1); /* call TM */ in luaV_equalobj_() 357 callTM(L, tm, rb, rb, ra, 1); in luaV_objlen()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lvm.c | 96 static void callTM (lua_State *L, const TValue *f, const TValue *p1, in callTM() function 154 callTM(L, tm, t, key, val); in luaV_settable()
|