match_len 262 lib/common/actions.c const size_t match_len = strlen(matches[i]); match_len 265 lib/common/actions.c if (position > (match_len + 1)) { match_len 266 lib/common/actions.c const size_t possible = position - match_len - 1; match_len 269 lib/common/actions.c && (strncmp(key + possible + 1, matches[i], match_len) == 0)) { match_len 558 lib/common/rules.c size_t match_len = 0; match_len 586 lib/common/rules.c match_len = submatches[submatch].rm_eo - submatches[submatch].rm_so; match_len 588 lib/common/rules.c *nbytes += match_len; match_len 592 lib/common/rules.c match_len); match_len 593 lib/common/rules.c expansion += match_len;