Lines Matching refs:cflags
66 int cflags = REG_NOSUB | REG_NEWLINE; variable
490 cflags |= REG_ICASE;
520 cflags &= ~REG_NOSUB;
554 cflags &= ~REG_NOSUB;
558 cflags &= ~REG_NOSUB;
562 cflags &= ~REG_NEWLINE;
593 cflags &= ~REG_NOSUB;
664 cflags |= REG_NOSPEC;
666 cflags |= REG_LITERAL;
670 cflags |= REG_EXTENDED;
686 c = regcomp(&r_pattern[i], pattern[i].pat, cflags);