Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/etc/
H A Dmin.c23 else if (lua_isboolean(L,i)) in print()
/redis-3.2.3/deps/lua/src/
H A Dlua.h268 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro
H A Dlbaselib.c426 else if (lua_isboolean(L, 1)) { in luaB_newproxy()
H A Dlua_cjson.c250 if (bool_true && lua_isboolean(l, optindex)) in json_enum_option()