Searched refs:SDL_ASSERTION_ABORT (Results 1 – 2 of 2) sorted by relevance
151 SDL_assert_state state = SDL_ASSERTION_ABORT; in SDL_PromptAssertion()157 { 0, SDL_ASSERTION_ABORT, "Abort" }, in SDL_PromptAssertion()172 return SDL_ASSERTION_ABORT; in SDL_PromptAssertion()189 return SDL_ASSERTION_ABORT; in SDL_PromptAssertion()199 return SDL_ASSERTION_ABORT; /* oh well. */ in SDL_PromptAssertion()250 state = SDL_ASSERTION_ABORT; in SDL_PromptAssertion()280 state = SDL_ASSERTION_ABORT; in SDL_PromptAssertion()370 case SDL_ASSERTION_ABORT: in SDL_ReportAssertion()
106 SDL_ASSERTION_ABORT, /**< Terminate the program. */ enumerator
Completed in 4 milliseconds