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

/ast/src/lib/libast/regex/
H A Dregnexec.c1186 catcher.re.group_catch.eo = rex->re.group.number ? &env->match[rex->re.group.number].rm_eo : (regoff_t*)0;
1190 catcher.re.group_catch.cont = cont;
1201 DEBUG_TEST(0x0200,(sfprintf(sfstdout,"AHA#%04d 0x%04x parse %s=>%s `%-.*s'\n", __LINE__, debug_flag, rexname(rex), rexname(rex->re.group_catch.cont), env->end - s, s)),(0));
1204 if (rex->re.group_catch.eo)
1205 *rex->re.group_catch.eo = s - env->beg;
1209 r = follow(env, rex, rex->re.group_catch.cont, s);
1213 if (rex->re.group_catch.eo)
1214 *rex->re.group_catch.eo = -1;
1313 catcher.re.group_catch.cont = cont;
1323 catcher.re.group_catch
[all...]
H A Dreglib.h518 Group_catch_t group_catch; /* group catcher */ member in union:Rex_s::__anon302

Completed in 15 milliseconds