Home
last modified time | relevance | path

Searched refs:luaT_gettmbyObj (Results 1 – 12 of 12) sorted by relevance

/dports/games/gltron/gltron-0.70/lua/src/
H A Dlvm.c132 tm = luaT_gettmbyObj(L, t, TM_GETTABLE); in luaV_gettable()
161 Closure *tm = luaT_gettmbyObj(L, t, TM_SETTABLE); in luaV_settable()
180 Closure *tm = luaT_gettmbyObj(L, value, TM_GETGLOBAL); in luaV_getglobal()
199 Closure *tm = luaT_gettmbyObj(L, oldvalue, TM_SETGLOBAL); in luaV_setglobal()
228 Closure *tm = luaT_gettmbyObj(L, top-2, event); in call_binTM()
231 tm = luaT_gettmbyObj(L, top-1, event); /* try second operand */ in call_binTM()
H A Dltm.h45 #define luaT_gettmbyObj(L,o,e) (luaT_gettm((L),luaT_tag(o),(e))) macro
H A Dlgc.c297 Closure *tm = luaT_gettmbyObj(L, o, TM_GC); in callgcTM()
H A Dldo.c163 Closure *tm = luaT_gettmbyObj(L, func, TM_FUNCTION); in luaD_call()
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Dlvm.c132 tm = luaT_gettmbyObj(L, t, TM_GETTABLE); in luaV_gettable()
161 Closure *tm = luaT_gettmbyObj(L, t, TM_SETTABLE); in luaV_settable()
180 Closure *tm = luaT_gettmbyObj(L, value, TM_GETGLOBAL); in luaV_getglobal()
199 Closure *tm = luaT_gettmbyObj(L, oldvalue, TM_SETGLOBAL); in luaV_setglobal()
228 Closure *tm = luaT_gettmbyObj(L, top-2, event); in call_binTM()
231 tm = luaT_gettmbyObj(L, top-1, event); /* try second operand */ in call_binTM()
H A Dltm.h45 #define luaT_gettmbyObj(L,o,e) (luaT_gettm((L),luaT_tag(o),(e))) macro
H A Dlgc.c297 Closure *tm = luaT_gettmbyObj(L, o, TM_GC); in callgcTM()
H A Dldo.c163 Closure *tm = luaT_gettmbyObj(L, func, TM_FUNCTION); in luaD_call()
/dports/games/zangband/zangband/src/lua/
H A Dlvm.c132 tm = luaT_gettmbyObj(L, t, TM_GETTABLE); in luaV_gettable()
161 Closure *tm = luaT_gettmbyObj(L, t, TM_SETTABLE); in luaV_settable()
180 Closure *tm = luaT_gettmbyObj(L, value, TM_GETGLOBAL); in luaV_getglobal()
199 Closure *tm = luaT_gettmbyObj(L, oldvalue, TM_SETGLOBAL); in luaV_setglobal()
228 Closure *tm = luaT_gettmbyObj(L, top-2, event); in call_binTM()
231 tm = luaT_gettmbyObj(L, top-1, event); /* try second operand */ in call_binTM()
H A Dltm.h45 #define luaT_gettmbyObj(L,o,e) (luaT_gettm((L),luaT_tag(o),(e))) macro
H A Dlgc.c297 Closure *tm = luaT_gettmbyObj(L, o, TM_GC); in callgcTM()
H A Dldo.c163 Closure *tm = luaT_gettmbyObj(L, func, TM_FUNCTION); in luaD_call()