HomeSort by: relevance | last modified time | path
    Searched defs:ccre (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/vgrind/
regexp.c 154 static char *ccre; /* pointer to current position in converted exp*/ variable in typeref:typename:char *
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)
    [all...]
regexp.c 154 static char *ccre; /* pointer to current position in converted exp*/ variable in typeref:typename:char *
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)
    [all...]

Completed in 20 milliseconds