Home
last modified time | relevance | path

Searched refs:TMS (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/com32/lua/src/
Dltm.h37 } TMS; typedef
52 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
54 TMS event);
Dltm.c52 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { in luaT_gettm()
63 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj()
Dlvm.h41 const TValue *rc, TMS op);
Dlvm.c199 StkId res, TMS event) { in call_binTM()
210 TMS event) { in get_equalTM()
224 TMS event) { in call_orderTM()
384 const TValue *rc, TMS op) { in luaV_arith()
Dldebug.c446 TMS tm; in getfuncname()
Dlapi.c310 luaV_arith(L, o1, o1, o2, cast(TMS, op - LUA_OPADD + TM_ADD)); in lua_arith()