Searched refs:Positionset (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 120 typedef struct Positionset { struct 127 } Positionset; argument 138 Positionset firstpos; 139 Positionset tmp; 248 static State *stateof(re_re *r, Positionset *ps); 250 static State *addstate(re_re *r, Positionset *ps, int cnt); 252 static BOOL first_lit(Positionset *fpos, Expr *e); 254 static void efollow(re_re *r, Positionset *fpos, Expr *e); 255 static void follow(Positionset *fpos, Expr *e); 256 static void followstate(re_re *r, State *s, int a, Positionset *fpos); [all …]
|