REG_BASIC
if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
int regexp_flags = REG_BASIC; /* use the "basic" regexp by default*/
error = regcomp(&Re_pat, pat, REG_BASIC);