c_regex_common
static PLAN *c_regex_common(char ***, int, enum ntype, bool);
return (c_regex_common(argvp, isok, N_REGEX, false));
return (c_regex_common(argvp, isok, N_IREGEX, true));