Home | History | Annotate | Download | only in pcre

Lines Matching refs:escapes

76 static const short escapes[] = {
159 * Handle escapes *
198 } else if (int escapeValue = escapes[c - '0']) {
206 /* Escapes that need further processing, or are illegal. */
741 it marks a word boundary. Other escapes have preset maps ready to
783 /* Unrecognized escapes are faulted if PCRE is running in its
808 not any of the other escapes. Perl 5.6 treats a hyphen as a literal
2074 /* Other escapes need one byte */
2184 /* Check for escapes */
2191 /* Handle escapes that turn into characters */
2196 /* Escapes that are meta-things. The normal ones just affect the
2212 /* Come here from handling \ above when it escapes to a char value */
2382 /* Capturing brackets must be counted so we can process escapes in a