Lines Matching refs:ccre
110 char *ccre; /* pointer to current position in converted exp*/ variable
125 ccre = cre; in convexp()
131 ccre = MNEXT(cre); in convexp()
135 *ccre = 0; in convexp()
159 cs = ccre; in expconv()
162 ccre += 2; in expconv()
165 *ccre++ = c; in expconv()
176 OCNT(acs) = ccre - acs; in expconv()
181 cs = ccre; in expconv()
184 ccre = MNEXT(cs); in expconv()
195 OCNT(acs) = ccre - acs; in expconv()
200 cs = ccre; in expconv()
203 ccre = MNEXT(cs); in expconv()
217 OCNT(acs) = ccre - acs; in expconv()
222 cs = ccre; in expconv()
225 ccre = ONEXT(cs); in expconv()
227 OCNT(cs) = ccre - cs; /* offset to next symbol */ in expconv()
235 OCNT(acs) = ccre - acs; in expconv()
240 cs = ccre; in expconv()
243 ccre = MNEXT(cs); in expconv()
251 OCNT(ccre) = ccre - acs; /* make a back pointer */ in expconv()
253 OCNT(ccre) = 0; in expconv()
255 cs = ccre; in expconv()
258 ccre = ONEXT(cs); in expconv()
265 cs = ccre; in expconv()
268 ccre = SSTR(cs); in expconv()
271 *ccre++ = c; in expconv()
278 OCNT(acs) = ccre - acs; in expconv()