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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c78 typedef struct re_cw { struct
84 } re_cw; typedef in typeref:struct:re_cw
153 re_cw *cw_ptr;
271 static BOOL altlist(Expr *e, uchar_t *buf, re_cw *pat);
272 static Node *newnode(re_cw *c, int d);
276 static void shift(re_cw *c);
278 static void shiftprop(re_cw *c, Node *n);
284 static re_cw *re_cwinit(uchar_t *cmap);
285 static re_cw *re_recw(re_re *r, uchar_t *map);
287 static void re_cwadd(re_cw *
[all...]

Completed in 60 milliseconds