Home | History | Annotate | Download | only in dist

Lines Matching refs:pcre

5 /* PCRE is a library of functions to support regular expressions whose syntax
41 /* This module contains a PCRE private debugging function for printing out the
64 "inside information" compared to a program that strictly follows the PCRE API.
66 Although pcre_internal.h does itself include pcre.h, we explicitly include it
68 appropriately for an application, not for building PCRE. */
70 #include "pcre.h"
83 void pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths);
85 void pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths);
87 void pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths);
303 pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths)
306 pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths)
309 pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths)