regcomp 819 global/global.c if (regcomp(&preg, strbuf_value(sb), REG_ICASE) != 0) regcomp 1213 global/global.c if (regcomp(&preg, pattern, flags) != 0) regcomp 1320 global/global.c if (regcomp(&preg, pattern, flags) != 0) regcomp 736 htags/fileindex.c if (regcomp(&is_include_file, strbuf_value(sb), flags) != 0) regcomp 511 htags/htags.c if (regcomp(&preg, strbuf_value(sb), REG_EXTENDED) != 0) regcomp 5729 libglibc/regex.c weak_alias (__regcomp, regcomp) regcomp 517 libglibc/regex.h extern int regcomp _RE_ARGS ((regex_t *__preg, const char *__pattern, regcomp 192 libutil/find.c if (regcomp(&suff_area, strbuf_value(sb), flags) != 0) regcomp 293 libutil/find.c if (regcomp(&skip_area, strbuf_value(reg), flags) != 0) regcomp 616 libutil/gtagsop.c } else if (isregex(pattern) && regcomp(preg, pattern, regflags) == 0) {