REG_EXTENDED 627 builtin/am.c if (regcomp(®ex, header_regex, REG_NOSUB | REG_EXTENDED)) REG_EXTENDED 821 builtin/apply.c if (regcomp(stamp, stamp_regexp, REG_EXTENDED)) { REG_EXTENDED 190 builtin/config.c if (regcomp(key_regexp, key, REG_EXTENDED)) { REG_EXTENDED 211 builtin/config.c if (regcomp(regexp, regex_, REG_EXTENDED)) { REG_EXTENDED 1534 builtin/remote.c if (regcomp(&old_regex, oldurl, REG_EXTENDED)) REG_EXTENDED 491 compat/regex/regcomp.c reg_syntax_t syntax = ((cflags & REG_EXTENDED) ? RE_SYNTAX_POSIX_EXTENDED REG_EXTENDED 283 compat/regex/regex.h #define REG_ICASE (REG_EXTENDED << 1) REG_EXTENDED 2028 config.c REG_EXTENDED)) { REG_EXTENDED 1114 diff.c REG_EXTENDED | REG_NEWLINE)) REG_EXTENDED 210 diffcore-pickaxe.c int cflags = REG_EXTENDED | REG_NEWLINE; REG_EXTENDED 183 grep.c opt->regflags &= ~REG_EXTENDED; REG_EXTENDED 189 grep.c opt->regflags |= REG_EXTENDED; REG_EXTENDED 195 grep.c opt->regflags &= ~REG_EXTENDED; REG_EXTENDED 201 grep.c opt->regflags &= ~REG_EXTENDED; REG_EXTENDED 660 http-backend.c if (regcomp(&re, c->pattern, REG_EXTENDED)) REG_EXTENDED 879 sha1_name.c if (regcomp(®ex, prefix, REG_EXTENDED)) REG_EXTENDED 10 test-regex.c if (regcomp(&r, pat, REG_EXTENDED | REG_NEWLINE)) REG_EXTENDED 10 userdiff.c { name, NULL, -1, { pattern, REG_EXTENDED }, \ REG_EXTENDED 13 userdiff.c { name, NULL, -1, { pattern, REG_EXTENDED | REG_ICASE }, \ REG_EXTENDED 231 userdiff.c return parse_funcname(&drv->funcname, k, v, REG_EXTENDED);