Lines Matching refs:csp
2193 enter_cleanup(cleanup_T *csp) in enter_cleanup() argument
2204 csp->pending = (did_emsg ? CSTP_ERROR : 0) in enter_cleanup()
2217 csp->exception = current_exception; in enter_cleanup()
2222 csp->exception = NULL; in enter_cleanup()
2232 report_make_pending(pending, csp->exception); in enter_cleanup()
2236 csp->pending = CSTP_NONE; in enter_cleanup()
2237 csp->exception = NULL; in enter_cleanup()
2257 leave_cleanup(cleanup_T *csp) in leave_cleanup() argument
2259 int pending = csp->pending; in leave_cleanup()
2272 discard_exception((except_T *)csp->exception, FALSE); in leave_cleanup()
2295 current_exception = csp->exception; in leave_cleanup()