Searched refs:re_bm (Results 1 – 1 of 1) sorted by relevance
53 typedef struct re_bm { struct59 } re_bm; typedef152 re_bm *bm_ptr;279 static void delta_2(re_bm *b);283 static re_bm *re_bmcomp(uchar_t *pb, uchar_t *pe, uchar_t *cmap);1199 static re_bm *1204 re_bm *b; in re_bmcomp()1206 b = (re_bm *)egmalloc(sizeof (*b)); in re_bmcomp()1228 delta_2(re_bm *b) in delta_2()1253 re_bm *b = pat->bm_ptr; in re_bmexec()