REG_NEWLINE
#define REG_NOSUB (REG_NEWLINE << 1)
if (cflags & REG_NEWLINE)
#define REG_NOSUB (REG_NEWLINE << 1)
ma->error = regcomp((regex_t *)ma->matchdata, match, REG_EXTENDED | REG_NOSUB | REG_NEWLINE | ((flags & SEARCH_NOCASE) ? REG_ICASE : 0));
if (cflags & REG_NEWLINE)