Searched refs:re_re (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 132 typedef struct re_re { struct 147 } re_re; argument 151 re_re *re_ptr; 250 static State *startstate(re_re *r); 251 static State *stateof(re_re *r, Positionset *ps); 252 static State *nextstate(re_re *r, State *s, int a); 253 static State *addstate(re_re *r, Positionset *ps, int cnt); 256 static void eptr(re_re *r, Expr *e); 257 static void efollow(re_re *r, Positionset *fpos, Expr *e); 259 static void followstate(re_re *r, State *s, int a, Positionset *fpos); [all …]
|