Lines Matching refs:ccre
108 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()
194 OCNT(acs) = ccre - acs; in expconv()
199 cs = ccre; in expconv()
202 ccre = MNEXT(cs); in expconv()
216 OCNT(acs) = ccre - acs; in expconv()
221 cs = ccre; in expconv()
224 ccre = ONEXT(cs); in expconv()
226 OCNT(cs) = ccre - cs; /* offset to next symbol */ in expconv()
234 OCNT(acs) = ccre - acs; in expconv()
239 cs = ccre; in expconv()
242 ccre = MNEXT(cs); in expconv()
250 OCNT(ccre) = ccre - acs; /* make a back pointer */ in expconv()
252 OCNT(ccre) = 0; in expconv()
254 cs = ccre; in expconv()
257 ccre = ONEXT(cs); in expconv()
264 cs = ccre; in expconv()
267 ccre = SSTR(cs); in expconv()
270 *ccre++ = c; in expconv()
277 OCNT(acs) = ccre - acs; in expconv()