Lines Matching refs:ccre
130 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()
215 OCNT(acs) = ccre - acs; in expconv()
220 cs = ccre; in expconv()
223 ccre = MNEXT(cs); in expconv()
237 OCNT(acs) = ccre - acs; in expconv()
242 cs = ccre; in expconv()
245 ccre = ONEXT(cs); in expconv()
247 OCNT(cs) = ccre - cs; /* offset to next symbol */ in expconv()
255 OCNT(acs) = ccre - acs; in expconv()
260 cs = ccre; in expconv()
263 ccre = MNEXT(cs); in expconv()
271 OCNT(ccre) = ccre - acs; /* make a back pointer */ in expconv()
273 OCNT(ccre) = 0; in expconv()
275 cs = ccre; in expconv()
278 ccre = ONEXT(cs); in expconv()
285 cs = ccre; in expconv()
288 ccre = SSTR(cs); in expconv()
291 *ccre++ = c; in expconv()
298 OCNT(acs) = ccre - acs; in expconv()