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

/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregnexec.c406 Rex_t catcher; local
429 catcher.type = REX_REP_CATCH;
430 catcher.serial = rex->serial;
431 catcher.re.rep_catch.ref = rex;
432 catcher.re.rep_catch.cont = cont;
433 catcher.re.rep_catch.beg = s;
434 catcher.re.rep_catch.n = n + 1;
435 catcher.next = rex->next;
446 r = parse(env, rex->re.group.expr.rex, &catcher, s);
814 Rex_t catcher; local
[all...]
/macosx-10.10/configd-699.1.5/configd.tproj/
H A Dconfigd.m112 catcher(int signum)
433 nact.sa_handler = catcher;
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c96 user32_addr_t catcher; /* sig_t */ member in struct:sigframe32
375 frame32.catcher = CAST_DOWN_EXPLICIT(user32_addr_t, ua_catcher);
547 /* XXX truncates catcher address to uintptr_t */
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c2655 user_addr_t catcher; local
2682 catcher = ps->ps_sigact[signum];
2683 if (catcher == SIG_DFL) {
2685 * Default catcher, where the default is to kill
2733 if (catcher == SIG_IGN || (ut->uu_sigmask & mask))
2771 sendsig(p, catcher, signum, returnmask, code);
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DContext.pm1339 allowing the catcher to examine and use the output up to the point at

Completed in 89 milliseconds