Searched refs:behind_catch (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/regex/
H A Dreglib.h509 Behind_catch_t behind_catch; /* behind catcher */ member in union:Rex_s::__anon302
H A Dregnexec.c1240 catcher.re.behind_catch.beg = s;
1241 catcher.re.behind_catch.end = e = env->end;
1242 catcher.re.behind_catch.cont = cont;
1254 if (s != rex->re.behind_catch.beg)
1256 env->end = rex->re.behind_catch.end;
1257 return follow(env, rex, rex->re.behind_catch.cont, rex->re.behind_catch.beg);

Completed in 17 milliseconds