Searched refs:lua_isboolean (Results 1 – 2 of 2) sorted by relevance
289 if (lua_isboolean(L, 1)) in os_exit()
335 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro