submatch          629 lib/common/rules.c         int submatch = 0;
submatch          646 lib/common/rules.c         submatch = src[1] - '0';
submatch          651 lib/common/rules.c         if ((nmatches <= submatch)                // Not enough submatches
submatch          652 lib/common/rules.c             || (submatches[submatch].rm_so < 0)   // Pattern did not match
submatch          653 lib/common/rules.c             || (submatches[submatch].rm_eo
submatch          654 lib/common/rules.c                 <= submatches[submatch].rm_so)) { // Match was empty
submatch          658 lib/common/rules.c         match_len = submatches[submatch].rm_eo - submatches[submatch].rm_so;
submatch          663 lib/common/rules.c             memcpy(expansion, match + submatches[submatch].rm_so,