Searched refs:TMS (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/com32/lua/src/ |
D | ltm.h | 37 } TMS; typedef 52 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename); 54 TMS event);
|
D | ltm.c | 52 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()
|
D | lvm.h | 41 const TValue *rc, TMS op);
|
D | lvm.c | 199 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()
|
D | ldebug.c | 446 TMS tm; in getfuncname()
|
D | lapi.c | 310 luaV_arith(L, o1, o1, o2, cast(TMS, op - LUA_OPADD + TM_ADD)); in lua_arith()
|