Searched refs:lua_isboolean (Results 1 – 3 of 3) sorted by relevance
137 if (!lua_isboolean(L, narg)) { in lupb_checkbool()
396 if (lua_isboolean(L, 1)) in os_exit()
376 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro