Searched refs:catcher (Results 1 – 2 of 2) sorted by relevance
407 Rex_t catcher; in parserep() local430 catcher.type = REX_REP_CATCH; in parserep()431 catcher.serial = rex->serial; in parserep()432 catcher.re.rep_catch.ref = rex; in parserep()433 catcher.re.rep_catch.cont = cont; in parserep()434 catcher.re.rep_catch.beg = s; in parserep()435 catcher.re.rep_catch.n = n + 1; in parserep()436 catcher.next = rex->next; in parserep()447 r = parse(env, rex->re.group.expr.rex, &catcher, s); in parserep()815 Rex_t catcher; in parse() local[all …]
44 static SIG_PF catcher(void);46 static SIG_PF catcher(void) in catcher() function80 old = (SIG_PF)signal(SIGALRM, (SIG_PF)catcher); in notify()