regflags 490 libutil/gtagsop.c int regflags = 0; regflags 514 libutil/gtagsop.c regflags |= REG_EXTENDED; regflags 516 libutil/gtagsop.c regflags |= REG_ICASE; regflags 532 libutil/gtagsop.c } else if (isregex(pattern) && regcomp(preg, pattern, regflags) == 0) {