re_comp
char *re_comp();
if ((errmsg = re_comp(pattern)) != NULL)
char *re_comp(const char *);
extern char *re_comp(const char *);
if (re_comp(ct_encode_string(pat, &conv)) != NULL)