Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c108 char *ccre; /* pointer to current position in converted exp*/ variable
123 ccre = cre; in convexp()
129 ccre = MNEXT(cre); in convexp()
133 *ccre = 0; in convexp()
157 cs = ccre; in expconv()
160 ccre += 2; in expconv()
164 *ccre++ = c; in expconv()
175 OCNT(acs) = ccre - acs; in expconv()
180 cs = ccre; in expconv()
183 ccre = MNEXT(cs); in expconv()
[all …]