Lines Matching defs:ccre
154 static char *ccre; /* pointer to current position in converted exp*/
168 ccre = cre;
174 ccre = MNEXT(cre);
178 *ccre = 0;
202 cs = ccre;
205 ccre += 2;
208 *ccre++ = c;
219 OCNT(acs) = tocc(ccre - acs);
224 cs = ccre;
227 ccre = MNEXT(cs);
238 OCNT(acs) = tocc(ccre - acs);
243 cs = ccre;
246 ccre = MNEXT(cs);
260 OCNT(acs) = tocc(ccre - acs);
265 cs = ccre;
268 ccre = ONEXT(cs);
270 OCNT(cs) = tocc(ccre - cs); /* offset to next symbol */
278 OCNT(acs) = tocc(ccre - acs);
283 cs = ccre;
286 ccre = MNEXT(cs);
294 OCNT(ccre) = tocc(ccre - acs); /* make a back pointer */
296 OCNT(ccre) = 0;
299 cs = ccre;
302 ccre = ONEXT(cs);
309 cs = ccre;
312 ccre = SSTR(cs);
315 *ccre++ = c;
322 OCNT(acs) = tocc(ccre - acs);