regmatch 23 diffcore-pickaxe.c regmatch_t regmatch; regmatch 37 diffcore-pickaxe.c data->hit = !regexec(data->regexp, line + 1, 1, ®match, 0); regmatch 45 diffcore-pickaxe.c regmatch_t regmatch; regmatch 51 diffcore-pickaxe.c return !regexec(regexp, two->ptr, 1, ®match, 0); regmatch 53 diffcore-pickaxe.c return !regexec(regexp, one->ptr, 1, ®match, 0); regmatch 81 diffcore-pickaxe.c regmatch_t regmatch; regmatch 85 diffcore-pickaxe.c while (*data && !regexec(regexp, data, 1, ®match, flags)) { regmatch 87 diffcore-pickaxe.c data += regmatch.rm_eo; regmatch 88 diffcore-pickaxe.c if (*data && regmatch.rm_so == regmatch.rm_eo) regmatch 872 grep.c hit = !regmatch(&p->regexp, line, eol, match, eflags);