Home
last modified time | relevance | path

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

/freebsd/usr.bin/vgrind/
H A Dregexp.c130 static char *ccre; /* pointer to current position in converted exp*/ variable
145 ccre = cre; in convexp()
151 ccre = MNEXT(cre); in convexp()
155 *ccre = 0; in convexp()
179 cs = ccre; in expconv()
182 ccre += 2; in expconv()
185 *ccre++ = c; in expconv()
196 OCNT(acs) = ccre - acs; in expconv()
201 cs = ccre; in expconv()
204 ccre = MNEXT(cs); in expconv()
[all …]