Home
last modified time | relevance | path

Searched refs:REX_BM (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregstat.c38 if (e && e->type == REX_BM) in regstat()
51 …p->env->stats.re_record = (p && p->env && p->env->rex->type == REX_BM) ? p->env->rex->re.bm.size :… in regstat()
H A Dregrecord.c33 return p && p->env && p->env->rex->type == REX_BM; in regrecord()
H A Dregrexec.c59 if (!s || !p || !(env = p->env) || (e = env->rex)->type != REX_BM) in regrexec()
H A Dreglib.h88 #define REX_BM 6 /* Boyer-Moore */ macro
H A Dregdecomp.c379 case REX_BM: in decomp()
H A Dregcomp.c3063 …if (!(a = node(env, REX_BM, 0, 0, n * (sizeof(Bm_mask_t*) + (UCHAR_MAX + 1) * sizeof(Bm_mask_t)) +… in special()
3467 if (e->type == REX_BM) in regcomb()
3474 if (f->type == REX_BM) in regcomb()
H A Dregnexec.c1896 if ((e = env->rex)->type == REX_BM) in regnexec()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE847 03-02-17 regex/regcomp.c: fix stats.l REX_REP logic that botched REX_BM
1652 add REX_BM pre-filter to regcomp/regnexec