Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dloslib.c396 if (lua_isboolean(L, 1)) in os_exit()
H A Dlua.h411 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro
/netbsd-src/external/bsd/lutok/dist/
H A Dstate.cpp408 return lua_isboolean(_pimpl->lua_state, index); in is_boolean()
H A Dstate_test.cpp1090 ATF_REQUIRE(lua_isboolean(raw(state), -1)); in ATF_TEST_CASE_BODY()