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

/external/skia/third_party/lua/src/
H A Dltm.c63 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { function
H A Dltm.h53 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
H A Dlvm.c124 else if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_INDEX)))
162 if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_NEWINDEX)))
177 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */
179 tm = luaT_gettmbyobj(L, p2, event); /* try second operand */
350 tm = luaT_gettmbyobj(L, rb, TM_LEN);
441 ttisnil(luaT_gettmbyobj(L, base + GETARG_B(inst), TM_LE)))
H A Dldo.c274 const TValue *tm = luaT_gettmbyobj(L, func, TM_CALL);
H A Dlgc.c807 tm = luaT_gettmbyobj(L, &v, TM_GC);
/external/syslinux/com32/lua/src/
H A Dltm.c63 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { function
H A Dltm.h53 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
H A Dlvm.c147 else if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_INDEX)))
185 if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_NEWINDEX)))
200 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */
202 tm = luaT_gettmbyobj(L, p2, event); /* try second operand */
373 tm = luaT_gettmbyobj(L, rb, TM_LEN);
464 ttisnil(luaT_gettmbyobj(L, base + GETARG_B(inst), TM_LE)))
H A Dldo.c275 const TValue *tm = luaT_gettmbyobj(L, func, TM_CALL);
H A Dlgc.c814 tm = luaT_gettmbyobj(L, &v, TM_GC);

Completed in 173 milliseconds