Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dltm.h45 } TMS; typedef
76 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
78 TMS event);
86 StkId res, TMS event);
89 const TValue *p2, int inv, StkId res, TMS event);
91 int inv, StkId res, TMS event);
93 const TValue *p2, TMS event);
95 int inv, int isfloat, TMS event);
A Dltm.c60 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { in luaT_gettm()
71 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj()
138 StkId res, TMS event) { in callbinTM()
149 StkId res, TMS event) { in luaT_trybinTM()
176 int flip, StkId res, TMS event) { in luaT_trybinassocTM()
185 int flip, StkId res, TMS event) { in luaT_trybiniTM()
202 TMS event) { in luaT_callorderTM()
222 int flip, int isfloat, TMS event) { in luaT_callorderiTM()
A Dlcode.c1358 OpCode mmop, TMS event) { in finishbinexpval()
1379 cast(TMS, (op - OP_ADD) + TM_ADD)); in codebinexpval()
1388 TMS event) { in codebini()
1399 OpCode op, int line, TMS event) { in finishbinexpneg()
1428 TMS event = cast(TMS, opr + TM_ADD); in codearith()
1484 cast(TMS, opr + TM_ADD)); in codebitwise()
A Dldebug.c595 TMS tm = (TMS)0; /* (initial value avoids warnings) */ in funcnamefromcode()
620 tm = cast(TMS, GETARG_C(i)); in funcnamefromcode()
A Dlvm.c1471 TMS tm = (TMS)GETARG_C(i); in luaV_execute()
1480 TMS tm = (TMS)GETARG_C(i); in luaV_execute()
1489 TMS tm = (TMS)GETARG_C(i); in luaV_execute()
A Dlobject.c130 luaT_trybinTM(L, p1, p2, res, cast(TMS, (op - LUA_OPADD) + TM_ADD)); in luaO_arith()

Completed in 15 milliseconds