Searched refs:reflags (Results 1 – 1 of 1) sorted by relevance
885 int reflags, replaced, rval; in re_compile() local889 reflags = 0; in re_compile()892 reflags |= REG_EXTENDED; in re_compile()894 reflags |= REG_ICASE; in re_compile()900 reflags |= REG_ICASE; in re_compile()930 reflags |= REG_EXTENDED; in re_compile()973 if ((rval = regcomp(rep, ptrn, /* plen, */ reflags)) != 0) { in re_compile()