Searched defs:cre (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c117 char *cre; /* pointer to converted regular expression */ local
124 cre = malloc (4 * strlen(re) + 3);
125 ccre = cre;
129 *cre = META | OPT;
130 MSYM(cre) = 'a';
131 ccre = MNEXT(cre);
136 return (cre);

Completed in 1249 milliseconds