Lines Matching defs:re
114 convexp(char *re)115 /* re - unconverted irregular expression */120 if (re == NIL)122 if (*re == '\0')124 cre = malloc (4 * strlen(re) + 3);126 ure = re;313 expmatch(char *s, char *re, char *mstring)315 /* re - a converted irregular expression */323 if (re == NIL)325 cs = re;