Searched refs:behind_catch (Results 1 – 4 of 4) 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
1241 catcher.re.behind_catch.beg = s; in parse()1242 catcher.re.behind_catch.end = e = env->end; in parse()1243 catcher.re.behind_catch.cont = cont; in parse()1255 if (s != rex->re.behind_catch.beg) in parse()1257 env->end = rex->re.behind_catch.end; in parse()1258 return follow(env, rex, rex->re.behind_catch.cont, rex->re.behind_catch.beg); in parse()