Searched refs:REX_ALT (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h83 #define REX_ALT 1 /* a|b */ macro
84 #define REX_ALT_CATCH 2 /* REX_ALT catcher */
416 * REX_ALT catcher, solely to get control at the end of an
H A Dregdecomp.c93 case REX_ALT:
H A Dregcomp.c202 case REX_ALT:
244 case REX_ALT:
279 case REX_ALT:
386 case REX_ALT:
2902 if (!(g = node(env, REX_ALT, 0, 0, 0)))
3320 if (p->env->rex->type == REX_ALT)
3336 if (p->env->rex->type == REX_ALT)
H A Dregnexec.c43 "REX_ALT",
822 case REX_ALT:
1808 case REX_ALT:

Completed in 28 milliseconds