Home | History | Annotate | Download | only in src

Lines Matching defs:substitutes

414 /* Substitutes for [[:<:]] and [[:>:]], which mean start and end of word in
475 /* Table of substitutes for \d etc when PCRE2_UCP is set. They are replaced by
498 static PCRE2_SPTR substitutes[] = {
507 /* The POSIX class substitutes must be in the order of the POSIX class names,
4599 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */
7419 ptr = substitutes[escape - ESC_DU] - 1; /* Just before substitute */