Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c75 typedef struct re_cw { struct
81 } re_cw; argument
150 re_cw *cw_ptr;
268 static BOOL altlist(Expr *e, uchar_t *buf, re_cw *pat);
269 static Node *newnode(re_cw *c, int d);
273 static void shift(re_cw *c);
275 static void shiftprop(re_cw *c, Node *n);
281 static re_cw *re_cwinit(uchar_t *cmap);
282 static re_cw *re_recw(re_re *r, uchar_t *map);
284 static void re_cwadd(re_cw *c, uchar_t *s, uchar_t *e);
[all …]