Searched refs:behind_catch (Results 1 – 2 of 2) sorted by relevance
1240 catcher.re.behind_catch.beg = s; in parse()1241 catcher.re.behind_catch.end = e = env->end; in parse()1242 catcher.re.behind_catch.cont = cont; in parse()1254 if (s != rex->re.behind_catch.beg) in parse()1256 env->end = rex->re.behind_catch.end; in parse()1257 return follow(env, rex, rex->re.behind_catch.cont, rex->re.behind_catch.beg); in parse()
509 Behind_catch_t behind_catch; /* behind catcher */ member