regcomp           764 global/global.c 	if (regcomp(&preg, pattern, flags) != 0)
regcomp           834 global/global.c 		if (regcomp(&preg, pattern, flags) != 0)
regcomp           685 htags/fileindex.c 	if (regcomp(&is_include_file, strbuf_value(sb), flags) != 0)
regcomp           436 htags/htags.c  	if (regcomp(&preg, strbuf_value(sb), REG_EXTENDED) != 0)
regcomp           517 libglibc/regex.h extern int regcomp _RE_ARGS ((regex_t *__preg, const char *__pattern,
regcomp           165 libutil/find.c 		retval = regcomp(suff, strbuf_value(sb), flags);
regcomp           256 libutil/find.c 		retval = regcomp(skip, strbuf_value(reg), flags);
regcomp           532 libutil/gtagsop.c 	} else if (isregex(pattern) && regcomp(preg, pattern, regflags) == 0) {