Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c50 typedef struct re_bm { struct
56 } re_bm; argument
149 re_bm *bm_ptr;
276 static void delta_2(re_bm *b);
280 static re_bm *re_bmcomp(uchar_t *pb, uchar_t *pe, uchar_t *cmap);
1194 static re_bm *
1199 re_bm *b; in re_bmcomp()
1201 b = (re_bm *)egmalloc(sizeof (*b)); in re_bmcomp()
1223 delta_2(re_bm *b) in delta_2()
1248 re_bm *b = pat->bm_ptr; in re_bmexec()