Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c1240 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()
H A Dreglib.h509 Behind_catch_t behind_catch; /* behind catcher */ member