Lines Matching defs:first
172 string with substitutions. The first 7 arguments are the same as for
284 (b) an existing match is to be used for the first substitution. In the latter
375 /* Loop for global substituting. If PCRE2_SUBSTITUTE_MATCHED is set, the first
683 search for the first one that is set. If the name is not found when
689 PCRE2_SPTR first, last, entry;
690 rc = pcre2_substring_nametable_scan(code, name, &first, &last);
699 for (entry = first; entry <= last; entry += rc)
714 that is in the ovector. Just set the first group. */
716 if (group < 0) group = GET2(first, 0);
946 match for the first match, switch to the internal match data block. */