Lines Matching defs:name
23 * Neither the name of the University of Cambridge nor the names of its
62 /* In extended mode, we recognize ${name:+set text:unset text} and similar
548 PCRE2_UCHAR name[33];
606 name[n++] = next;
612 name[n] = 0;
615 /* In extended mode we recognize ${name:+set text:unset text} and
616 ${name:-default text}. */
656 /* Have found a syntactically correct group number or name, or *name.
661 if (PRIV(strcmp_c8)(name, STRING_MARK) == 0)
683 search for the first one that is set. If the name is not found when
690 rc = pcre2_substring_nametable_scan(code, name, &first, &last);