Lines Matching refs:group
516 int group, n; in pcre2_substitute() local
531 group = -1; in pcre2_substitute()
552 group = next - CHAR_0; in pcre2_substitute()
557 group = group * 10 + next - CHAR_0; in pcre2_substitute()
564 if (group > code->top_bracket) in pcre2_substitute()
665 if (group < 0) in pcre2_substitute()
672 group = code->top_bracket + 1; in pcre2_substitute()
682 if (group < 0) group = ng; /* First in ovector */ in pcre2_substitute()
685 group = ng; /* First that is set */ in pcre2_substitute()
694 if (group < 0) group = GET2(first, 0); in pcre2_substitute()
702 rc = pcre2_substring_length_bynumber(match_data, group, &sublength); in pcre2_substitute()
751 subptr = subject + ovector[group*2]; in pcre2_substitute()
752 subptrend = subject + ovector[group*2 + 1]; in pcre2_substitute()