Home
last modified time | relevance | path

Searched refs:luaT_gettmbyobj (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/lua/src/
H A Dltm.c70 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj() function
126 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ in luaT_callbinTM()
128 tm = luaT_gettmbyobj(L, p2, event); /* try second operand */ in luaT_callbinTM()
H A Dltm.h61 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
H A Dlvm.c167 tm = luaT_gettmbyobj(L, t, TM_INDEX); in luaV_finishget()
224 if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_NEWINDEX))) in luaV_finishset()
536 tm = luaT_gettmbyobj(L, rb, TM_LEN); in luaV_objlen()
H A Dldo.c316 const TValue *tm = luaT_gettmbyobj(L, func, TM_CALL); in tryfuncTM()
H A Dlgc.c812 tm = luaT_gettmbyobj(L, &v, TM_GC); in GCTM()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltm.h53 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
H A Dltm.c63 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj() function
H A Dlvm.c124 else if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_INDEX))) in luaV_gettable()
162 if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_NEWINDEX))) in luaV_settable()
177 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ in call_binTM()
179 tm = luaT_gettmbyobj(L, p2, event); /* try second operand */ in call_binTM()
350 tm = luaT_gettmbyobj(L, rb, TM_LEN); in luaV_objlen()
501 ttisnil(luaT_gettmbyobj(L, base + GETARG_B(inst), TM_LE))) in luaV_finishOp()
H A Dldo.c285 const TValue *tm = luaT_gettmbyobj(L, func, TM_CALL); in tryfuncTM()
H A Dlgc.c814 tm = luaT_gettmbyobj(L, &v, TM_GC); in GCTM()