regcomp 627 builtin/am.c if (regcomp(®ex, header_regex, REG_NOSUB | REG_EXTENDED)) regcomp 821 builtin/apply.c if (regcomp(stamp, stamp_regexp, REG_EXTENDED)) { regcomp 190 builtin/config.c if (regcomp(key_regexp, key, REG_EXTENDED)) { regcomp 211 builtin/config.c if (regcomp(regexp, regex_, REG_EXTENDED)) { regcomp 1534 builtin/remote.c if (regcomp(&old_regex, oldurl, REG_EXTENDED)) regcomp 540 compat/regex/regcomp.c weak_alias (__regcomp, regcomp) regcomp 563 compat/regex/regex.h extern int regcomp (regex_t *__restrict __preg, regcomp 2027 config.c if (regcomp(store.value_regex, value_regex, regcomp 1112 diff.c if (regcomp(ecbdata->diff_words->word_regex, regcomp 213 diffcore-pickaxe.c err = regcomp(®ex, needle, cflags); regcomp 426 grep.c err = regcomp(&p->regexp, p->pattern, opt->regflags); regcomp 660 http-backend.c if (regcomp(&re, c->pattern, REG_EXTENDED)) regcomp 94 line-range.c if (!(reg_error = regcomp(®exp, spec + 1, REG_NEWLINE)) && regcomp 208 line-range.c reg_error = regcomp(®exp, pattern, REG_NEWLINE); regcomp 879 sha1_name.c if (regcomp(®ex, prefix, REG_EXTENDED)) regcomp 10 test-regex.c if (regcomp(&r, pat, REG_EXTENDED | REG_NEWLINE)) regcomp 283 xdiff-interface.c if (regcomp(®->re, expression, cflags))