Searched refs:TMS (Results 1 – 13 of 13) sorted by relevance
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | ltm.h | 44 } TMS; typedef 60 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename); 62 TMS event); 68 StkId res, TMS event); 70 StkId res, TMS event); 72 const TValue *p2, TMS event);
|
D | ltm.c | 59 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { in luaT_gettm() 70 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj() 125 StkId res, TMS event) { in luaT_callbinTM() 136 StkId res, TMS event) { in luaT_trybinTM() 159 TMS event) { in luaT_callorderTM()
|
D | ldebug.c | 493 TMS tm = (TMS)0; /* (initial value avoids warnings) */ in funcnamefromcode() 520 tm = cast(TMS, offset + cast_int(TM_ADD)); /* ORDER TM */ in funcnamefromcode()
|
D | lobject.c | 159 luaT_trybinTM(L, p1, p2, res, cast(TMS, (op - LUA_OPADD) + TM_ADD)); in luaO_arith()
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | ltm.h | 37 } TMS; typedef 49 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename); 51 TMS event);
|
D | ltm.c | 50 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { in luaT_gettm() 61 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj()
|
D | lvm.c | 166 StkId res, TMS event) { in call_binTM() 177 TMS event) { in get_compTM() 191 TMS event) { in call_orderTM() 318 const TValue *rc, TMS op) { in Arith()
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/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 | 176 StkId res, TMS event) { in call_binTM() 187 TMS event) { in get_equalTM() 201 TMS event) { in call_orderTM() 361 const TValue *rc, TMS op) { in luaV_arith()
|
D | ldebug.c | 463 TMS tm; in getfuncname()
|
D | lapi.c | 310 luaV_arith(L, o1, o1, o2, cast(TMS, op - LUA_OPADD + TM_ADD)); in lua_arith()
|