Searched refs:luaT_callTMres (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | ltm.c | 119 void luaT_callTMres (lua_State *L, const TValue *f, const TValue *p1, in luaT_callTMres() function 143 luaT_callTMres(L, tm, p1, p2, res); in callbinTM()
|
| H A D | ltm.h | 83 LUAI_FUNC void luaT_callTMres (lua_State *L, const TValue *f,
|
| H A D | lvm.c | 316 luaT_callTMres(L, tm, t, key, val); /* call it */ in luaV_finishget() 616 luaT_callTMres(L, tm, t1, t2, L->top); /* call TM */ in luaV_equalobj() 713 luaT_callTMres(L, tm, rb, rb, ra); in luaV_objlen()
|