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