regflags 576 libutil/gtagsop.c int regflags = 0; regflags 600 libutil/gtagsop.c regflags |= REG_EXTENDED; regflags 602 libutil/gtagsop.c regflags |= REG_ICASE; regflags 616 libutil/gtagsop.c } else if (isregex(pattern) && regcomp(preg, pattern, regflags) == 0) {