Searched refs:lua_isnone (Results 1 – 4 of 4) sorted by relevance
130 SBits n = lua_isnone(L, 2) ? 8 : (SBits)barg(L, 2); in bit_tohex()
270 #define lua_isnone(L,n) (lua_type(L, (n)) == LUA_TNONE) macro
135 if (lua_isnone(L, 1)) in io_close()
337 #define lua_isnone(L,n) (lua_type(L, (n)) == LUA_TNONE) macro