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

/freebsd-13-stable/usr.bin/vgrind/
H A Dregexp.c144 static char *ccre; /* pointer to current position in converted exp*/ variable
159 ccre = cre;
165 ccre = MNEXT(cre);
169 *ccre = 0;
193 cs = ccre;
196 ccre += 2;
199 *ccre++ = c;
210 OCNT(acs) = ccre - acs;
215 cs = ccre;
218 ccre
[all...]

Completed in 101 milliseconds