Searched refs:RETURN_ERROR (Results 1 – 9 of 9) sorted by relevance
76 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } macro119 RETURN_ERROR(errno, error0); in __hash_open()127 RETURN_ERROR(errno, error1); in __hash_open()140 RETURN_ERROR(errno, error1); in __hash_open()142 RETURN_ERROR(EFTYPE, error1); in __hash_open()145 RETURN_ERROR(EFTYPE, error1); in __hash_open()149 RETURN_ERROR(EFTYPE, error1); in __hash_open()151 RETURN_ERROR(EFTYPE, error1); in __hash_open()
943 RETURN_ERROR enumerator950 #define RETURN_MASK_ERROR RETURN_MASK (RETURN_ERROR)
1315 return RETURN_ERROR; in do_remote_fileio_request()1334 case RETURN_ERROR: in remote_fileio_request()
656 throw_exception (RETURN_ERROR); in error_silent()693 throw_exception (RETURN_ERROR); in error_stream()842 throw_exception (RETURN_ERROR); in internal_verror()
336 case RETURN_ERROR: in throw_exception()
499 throw_exception (RETURN_ERROR); in mips_error()
746 throw_exception (RETURN_ERROR); in insert_catchpoint()5217 throw_exception (RETURN_ERROR); in break_command_1()
3372 variables: error_pre_print (for RETURN_ERROR) and quit_pre_print
239 if ((int) rc < 0 && (enum return_reason) rc == RETURN_ERROR) in mi_cmd_thread_select()