HomeSort by: relevance | last modified time | path
    Searched refs:luaT_callorderTM (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/lua/dist/src/
ltm.h 97 LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1,
ltm.c 210 int luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2,
245 return luaT_callorderTM(L, p1, p2, event);
lvm.c 564 return luaT_callorderTM(L, l, r, TM_LT);
591 return luaT_callorderTM(L, l, r, TM_LE);

Completed in 18 milliseconds