Home
last modified time | relevance | path

Searched refs:LUA_OPLT (Results 1 – 5 of 5) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlmathlib.c220 if (lua_compare(L, i, imin, LUA_OPLT)) in math_min()
234 if (lua_compare(L, imax, i, LUA_OPLT)) in math_max()
H A Dluaconf.h381 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT)
H A Dltablib.c259 return lua_compare(L, a, b, LUA_OPLT); in sort_comp()
H A Dlua.h243 #define LUA_OPLT 1 macro
H A Dlapi.c331 case LUA_OPLT: i = luaV_lessthan(L, o1, o2); break; in lua_compare()