Searched refs:catcher (Results 1 – 3 of 3) sorted by relevance
406 Rex_t catcher; in parserep() local 429 catcher.type = REX_REP_CATCH; in parserep() 430 catcher.serial = rex->serial; in parserep() 431 catcher.re.rep_catch.ref = rex; in parserep() 432 catcher.re.rep_catch.cont = cont; in parserep() 433 catcher.re.rep_catch.beg = s; in parserep() 434 catcher.re.rep_catch.n = n + 1; in parserep() 435 catcher.next = rex->next; in parserep() 446 r = parse(env, rex->re.group.expr.rex, &catcher, s); in parserep() 814 Rex_t catcher; in parse() local [all...]
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() function 80 old = (SIG_PF)signal(SIGALRM, (SIG_PF)catcher); in notify()