Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dltm.h44 } 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);
Dltm.c59 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()
Dldebug.c493 TMS tm = (TMS)0; /* (initial value avoids warnings) */ in funcnamefromcode()
520 tm = cast(TMS, offset + cast_int(TM_ADD)); /* ORDER TM */ in funcnamefromcode()
Dlobject.c159 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/
Dltm.h37 } TMS; typedef
49 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
51 TMS event);
Dltm.c50 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()
Dlvm.c166 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/
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.c176 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()
Dldebug.c463 TMS tm; in getfuncname()
Dlapi.c310 luaV_arith(L, o1, o1, o2, cast(TMS, op - LUA_OPADD + TM_ADD)); in lua_arith()