Home
last modified time | relevance | path

Searched refs:luaV_lessthan (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlvm.h116 LUAI_FUNC int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r);
A Dlapi.c355 case LUA_OPLT: i = luaV_lessthan(L, o1, o2); break; in lua_compare()
A Dlvm.c532 int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r) { in luaV_lessthan() function

Completed in 9 milliseconds