Searched refs:print_lengths (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_printint.c83 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);
294 print_lengths flag controls whether offsets and lengths of items are printed.
303 pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths) argument
306 pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths)
309 pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths)
343 if (print_lengths)
395 if (print_lengths) fprintf(f, "%3d ", GET(code, 1));
418 if (print_lengths) fprint
[all...]

Completed in 27 milliseconds