Home
last modified time | relevance | path

Searched refs:luaT_callbinTM (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/lua/src/
H A Dltm.c124 int luaT_callbinTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_callbinTM() function
137 if (!luaT_callbinTM(L, p1, p2, res, event)) { in luaT_trybinTM()
160 if (!luaT_callbinTM(L, p1, p2, L->top, event)) in luaT_callorderTM()
H A Dltm.h67 LUAI_FUNC int luaT_callbinTM (lua_State *L, const TValue *p1, const TValue *p2,