Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/etc/
H A Dmin.c23 else if (lua_isboolean(L,i)) in print()
/f-stack/app/redis-5.0.5/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()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h335 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro