Searched refs:luaT_callorderTM (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ltm.c | 201 int luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_callorderTM() function 234 return luaT_callorderTM(L, p1, p2, event); in luaT_callorderiTM()
|
A D | ltm.h | 92 LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1,
|
A D | lvm.c | 525 return luaT_callorderTM(L, l, r, TM_LT); in lessthanothers() 547 return luaT_callorderTM(L, l, r, TM_LE); in lessequalothers()
|
Completed in 8 milliseconds