Home
last modified time | relevance | path

Searched refs:luaT_callTMres (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dltm.c119 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 Dltm.h84 LUAI_FUNC void luaT_callTMres (lua_State *L, const TValue *f,
H A Dlvm.c313 luaT_callTMres(L, tm, t, key, val); /* call it */ in luaV_finishget()
615 luaT_callTMres(L, tm, t1, t2, L->top.p); /* call TM */ in luaV_equalobj()
714 luaT_callTMres(L, tm, rb, rb, ra); in luaV_objlen()