Searched refs:lua_lessthan (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | luaconf.h | 297 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT) macro
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltablib.c | 190 return lua_lessthan(L, a, b); in sort_comp()
|
| H A D | lua.h | 144 LUA_API int (lua_lessthan) (lua_State *L, int idx1, int idx2); variable
|
| H A D | lapi.c | 299 LUA_API int lua_lessthan (lua_State *L, int index1, int index2) { in lua_lessthan() function
|