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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c53 typedef struct re_bm { struct
59 } re_bm; typedef in typeref:struct:re_bm
152 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;
1206 b = (re_bm *)egmalloc(sizeof (*b));
1228 delta_2(re_bm *b)
1253 re_bm *
[all...]

Completed in 60 milliseconds