Home
last modified time | relevance | path

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

/redis-3.2.3/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()