Lines Matching refs:cflags
451 REG_EXTENDED bit in CFLAGS is set; otherwise, to
453 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
460 CFLAGS is a series of bits which affect compilation.
479 regcomp (preg, pattern, cflags)
482 int cflags;
485 reg_syntax_t syntax = ((cflags & REG_EXTENDED) ? RE_SYNTAX_POSIX_EXTENDED
497 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;
500 if (cflags & REG_NEWLINE)
509 preg->no_sub = !!(cflags & REG_NOSUB);