match_len 232 lib/common/actions.c const size_t match_len = strlen(matches[i]); match_len 235 lib/common/actions.c if (position > (match_len + 1)) { match_len 236 lib/common/actions.c const size_t possible = position - match_len - 1; match_len 239 lib/common/actions.c && (strncmp(key + possible + 1, matches[i], match_len) == 0)) { match_len 557 lib/common/rules.c size_t match_len = 0; match_len 585 lib/common/rules.c match_len = submatches[submatch].rm_eo - submatches[submatch].rm_so; match_len 587 lib/common/rules.c *nbytes += match_len; match_len 591 lib/common/rules.c match_len); match_len 592 lib/common/rules.c expansion += match_len;