Home
last modified time | relevance | path

Searched refs:lua_isnone (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_bit.c130 SBits n = lua_isnone(L, 2) ? 8 : (SBits)barg(L, 2); in bit_tohex()
H A Dlua.h270 #define lua_isnone(L,n) (lua_type(L, (n)) == LUA_TNONE) macro
H A Dliolib.c135 if (lua_isnone(L, 1)) in io_close()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h337 #define lua_isnone(L,n) (lua_type(L, (n)) == LUA_TNONE) macro