Lines Matching refs:group
538 int group, n; in pcre2_substitute() local
553 group = -1; in pcre2_substitute()
574 group = next - CHAR_0; in pcre2_substitute()
579 group = group * 10 + next - CHAR_0; in pcre2_substitute()
586 if (group > code->top_bracket) in pcre2_substitute()
687 if (group < 0) in pcre2_substitute()
694 group = code->top_bracket + 1; in pcre2_substitute()
704 if (group < 0) group = ng; /* First in ovector */ in pcre2_substitute()
707 group = ng; /* First that is set */ in pcre2_substitute()
716 if (group < 0) group = GET2(first, 0); in pcre2_substitute()
724 rc = pcre2_substring_length_bynumber(match_data, group, &sublength); in pcre2_substitute()
773 subptr = subject + ovector[group*2]; in pcre2_substitute()
774 subptrend = subject + ovector[group*2 + 1]; in pcre2_substitute()