preg              809 global/global.c 		regex_t	preg;
preg              819 global/global.c 		if (regcomp(&preg, strbuf_value(sb), REG_ICASE) != 0)
preg              838 global/global.c 				if (regexec(&preg, gtp->tag, 0, 0, 0) == 0) {
preg             1179 global/global.c 	regex_t	preg;
preg             1213 global/global.c 		if (regcomp(&preg, pattern, flags) != 0)
preg             1256 global/global.c 				int result = regexec(&preg, buffer, 0, 0, 0);
preg             1276 global/global.c 		regfree(&preg);
preg             1294 global/global.c 	regex_t preg;
preg             1320 global/global.c 		if (regcomp(&preg, pattern, flags) != 0)
preg             1335 global/global.c 			int result = regexec(&preg, p, 0, 0, 0);
preg             1350 global/global.c 		regfree(&preg);
preg              458 htags/htags.c  	regex_t preg;
preg              511 htags/htags.c  	if (regcomp(&preg, strbuf_value(sb), REG_EXTENDED) != 0)
preg              536 htags/htags.c  		for (p = _; !regexec(&preg, p, 2, pmatch, 0); p += pmatch[0].rm_eo) {
preg              567 htags/htags.c  	regfree(&preg);
preg               61 libglibc/regex.c # define regfree(preg) __regfree (preg)
preg               63 libglibc/regex.c # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
preg               64 libglibc/regex.c # define regerror(errcode, preg, errbuf, errbuf_size) \
preg               65 libglibc/regex.c 	__regerror(errcode, preg, errbuf, errbuf_size)
preg             5657 libglibc/regex.c regcomp (preg, pattern, cflags)
preg             5658 libglibc/regex.c     regex_t *preg;
preg             5668 libglibc/regex.c   preg->buffer = 0;
preg             5669 libglibc/regex.c   preg->allocated = 0;
preg             5670 libglibc/regex.c   preg->used = 0;
preg             5673 libglibc/regex.c   preg->fastmap = (char *) malloc (1 << BYTEWIDTH);
preg             5679 libglibc/regex.c       preg->translate
preg             5682 libglibc/regex.c       if (preg->translate == NULL)
preg             5687 libglibc/regex.c         preg->translate[i] = ISUPPER (i) ? TOLOWER (i) : i;
preg             5690 libglibc/regex.c     preg->translate = NULL;
preg             5698 libglibc/regex.c       preg->newline_anchor = 1;
preg             5701 libglibc/regex.c     preg->newline_anchor = 0;
preg             5703 libglibc/regex.c   preg->no_sub = !!(cflags & REG_NOSUB);
preg             5707 libglibc/regex.c   ret = regex_compile (pattern, strlen (pattern), syntax, preg);
preg             5713 libglibc/regex.c   if (ret == REG_NOERROR && preg->fastmap)
preg             5717 libglibc/regex.c       if (re_compile_fastmap (preg) == -2)
preg             5721 libglibc/regex.c 	  free (preg->fastmap);
preg             5722 libglibc/regex.c 	  preg->fastmap = NULL;
preg             5748 libglibc/regex.c regexec (preg, string, nmatch, pmatch, eflags)
preg             5749 libglibc/regex.c     const regex_t *preg;
preg             5759 libglibc/regex.c   boolean want_reg_info = !preg->no_sub && nmatch > 0;
preg             5761 libglibc/regex.c   private_preg = *preg;
preg             5815 libglibc/regex.c regerror (errcode, preg, errbuf, errbuf_size)
preg             5817 libglibc/regex.c     const regex_t *preg;
preg             5862 libglibc/regex.c regfree (preg)
preg             5863 libglibc/regex.c     regex_t *preg;
preg             5865 libglibc/regex.c   if (preg->buffer != NULL)
preg             5866 libglibc/regex.c     free (preg->buffer);
preg             5867 libglibc/regex.c   preg->buffer = NULL;
preg             5869 libglibc/regex.c   preg->allocated = 0;
preg             5870 libglibc/regex.c   preg->used = 0;
preg             5872 libglibc/regex.c   if (preg->fastmap != NULL)
preg             5873 libglibc/regex.c     free (preg->fastmap);
preg             5874 libglibc/regex.c   preg->fastmap = NULL;
preg             5875 libglibc/regex.c   preg->fastmap_accurate = 0;
preg             5877 libglibc/regex.c   if (preg->translate != NULL)
preg             5878 libglibc/regex.c     free (preg->translate);
preg             5879 libglibc/regex.c   preg->translate = NULL;
preg              475 libutil/dbop.c dbop_first(DBOP *dbop, const char *name, regex_t *preg, int flags)
preg              481 libutil/dbop.c 	dbop->preg = preg;
preg              506 libutil/dbop.c 			if (preg && regexec(preg, (char *)key.data, 0, 0, 0) != 0)
preg              518 libutil/dbop.c 			if (preg && regexec(preg, (char *)key.data, 0, 0, 0) != 0)
preg              589 libutil/dbop.c 		if (dbop->preg && regexec(dbop->preg, (char *)key.data, 0, 0, 0) != 0)
preg               52 libutil/dbop.h 	regex_t	*preg;			/**< compiled regular expression */
preg              579 libutil/gtagsop.c 	regex_t *preg = &reg;
preg              608 libutil/gtagsop.c 		preg = NULL;
preg              615 libutil/gtagsop.c 		preg = NULL;
preg              616 libutil/gtagsop.c 	} else if (isregex(pattern) && regcomp(preg, pattern, regflags) == 0) {
preg              636 libutil/gtagsop.c 		preg = NULL;
preg              658 libutil/gtagsop.c 		for (tagline = dbop_first(gtop->dbop, key, preg, dbflags);
preg              702 libutil/gtagsop.c 		for (gtop->gtp.tag = dbop_first(gtop->dbop, key, preg, dbflags);
preg              723 libutil/gtagsop.c 		tagline = dbop_first(gtop->dbop, key, preg, dbflags);