Searched refs:luaG_ordererror (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldebug.h | 26 LUAI_FUNC int luaG_ordererror (lua_State *L, const TValue *p1,
|
| H A D | lvm.c | 228 return luaG_ordererror(L, l, r); in luaV_lessthan() 235 return luaG_ordererror(L, l, r); in luaV_lessthan() 242 return luaG_ordererror(L, l, r); in lessequal() 251 return luaG_ordererror(L, l, r); in lessequal()
|
| H A D | ldebug.c | 596 int luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_ordererror() function
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ldebug.h | 30 LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1,
|
| H A D | ldebug.c | 561 l_noret luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_ordererror() function
|
| H A D | lvm.c | 239 luaG_ordererror(L, l, r); in luaV_lessthan() 253 luaG_ordererror(L, l, r); in luaV_lessequal()
|