Searched refs:excp (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dex_eval.c68 static void catch_exception __ARGS((except_T *excp));
69 static void finish_exception __ARGS((except_T *excp));
70 static void discard_exception __ARGS((except_T *excp, int was_finished));
426 except_T *excp; local
446 excp = (except_T *)alloc((unsigned)sizeof(except_T));
447 if (excp == NULL)
454 excp->messages = (struct msglist *)value;
455 mesg = excp->messages->throw_msg;
459 excp->value = vim_strnsave((char_u *)"Vim(",
461 if (excp
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dexception.c102 struct exception_action *excp,
108 struct exception_action *excp,
136 struct exception_action *excp,
157 if (excp == NULL)
164 excp = &excp[exception];
174 exc_port = excp->port;
189 flavor = excp->flavor;
190 behavior = excp->behavior;
322 struct exception_action *excp,
131 exception_deliver( thread_t thread, exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t codeCnt, struct exception_action *excp, lck_mtx_t *mutex) argument
320 check_exc_receiver_dependancy( exception_type_t exception, struct exception_action *excp, lck_mtx_t *mutex) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/data/mappings/
H A Ducmfiles.mk116 icu-internal-25546.ucm lmb-excp.ucm \
/macosx-10.10/llvmCore-3425.0.34/examples/ExceptionDemo/
H A DExceptionDemo.cpp537 struct OurBaseException_t *excp = (struct OurBaseException_t*) local
539 struct OurExceptionType_t *excpType = &(excp->type);
545 "excp = <%p>.\n",
547 excp);
/macosx-10.10/ruby-106/ruby/
H A Dprocess.c3271 recv_child_error(int fd, int *statep, VALUE *excp, int *errp, char *errmsg, size_t errmsg_buflen, int chfunc_is_async_signal_safe) argument
3284 *excp = exc;

Completed in 192 milliseconds