Searched refs:REX_BM (Results 1 – 16 of 16) sorted by relevance
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | regstat.c | 36 if (e && e->type == REX_BM) in regstat() 44 …p->env->stats.re_record = (p && p->env && p->env->rex->type == REX_BM) ? p->env->rex->re.bm.size :… in regstat()
|
H A D | regrecord.c | 33 return p && p->env && p->env->rex->type == REX_BM; in regrecord()
|
H A D | regrexec.c | 59 if (!s || !p || !(env = p->env) || (e = env->rex)->type != REX_BM) in regrexec()
|
H A D | reglib.h | 88 #define REX_BM 6 /* Boyer-Moore */ macro
|
H A D | regdecomp.c | 379 case REX_BM: in decomp()
|
H A D | regcomp.c | 3012 …if (!(a = node(env, REX_BM, 0, 0, n * (sizeof(Bm_mask_t*) + (UCHAR_MAX + 1) * sizeof(Bm_mask_t)) +… in special() 3422 if (e->type == REX_BM) in regcomb() 3429 if (f->type == REX_BM) in regcomb()
|
H A D | regnexec.c | 1896 if ((e = env->rex)->type == REX_BM) in regnexec()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regstat.c | 38 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 : -1; in regstat()
|
H A D | regrecord.c | 33 return p && p->env && p->env->rex->type == REX_BM; in regrecord()
|
H A D | regrexec.c | 59 if (!s || !p || !(env = p->env) || (e = env->rex)->type != REX_BM) in regrexec()
|
H A D | reglib.h | 88 #define REX_BM 6 /* Boyer-Moore */ macro
|
H A D | regdecomp.c | 379 case REX_BM: in decomp()
|
H A D | regcomp.c | 2942 * add v to REX_BM tables 3063 if (!(a = node(env, REX_BM, 0, 0, n * (sizeof(Bm_mask_t*) + (UCHAR_MAX + 1) * sizeof(Bm_mask_t)) + (UCHAR_MAX + n + 2) * sizeof(size_t)))) in special() 3467 if (e->type == REX_BM) in regcomb() 3474 if (f->type == REX_BM) in regcomb()
|
H A D | regnexec.c | 48 "REX_BM", 1896 if ((e = env->rex)->type == REX_BM) in regnexec() 1898 DEBUG_TEST(0x0080,(sfprintf(sfstdout, "AHA#%04d REX_BM\n", __LINE__)),(0)); in regnexec() 1915 DEBUG_TEST(0x0080,(sfprintf(sfstdout, "AHA#%04d REX_BM len=%d right=%d left=%d size=%d %d %d\n", __LINE__, len, e->re.bm.right, e->re.bm.left, e->re.bm.size, index, mid)),(0)); in regnexec()
|
/titanic_51/usr/src/lib/libast/common/ |
H A D | RELEASE | 659 03-02-17 regex/regcomp.c: fix stats.l REX_REP logic that botched REX_BM 1464 add REX_BM pre-filter to regcomp/regnexec
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 847 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
|