1 |
.TH PCRE 3 |
.TH PCRE_CONFIG 3 |
2 |
.SH NAME |
.SH NAME |
3 |
PCRE - Perl-compatible regular expressions |
PCRE - Perl-compatible regular expressions |
4 |
.SH SYNOPSIS |
.SH SYNOPSIS |
24 |
.sp |
.sp |
25 |
PCRE_CONFIG_LINK_SIZE Internal link size: 2, 3, or 4 |
PCRE_CONFIG_LINK_SIZE Internal link size: 2, 3, or 4 |
26 |
PCRE_CONFIG_MATCH_LIMIT Internal resource limit |
PCRE_CONFIG_MATCH_LIMIT Internal resource limit |
27 |
PCRE_CONFIG_NEWLINE Value of the newline character |
PCRE_CONFIG_MATCH_LIMIT_RECURSION |
28 |
|
Internal recursion depth limit |
29 |
|
PCRE_CONFIG_NEWLINE Value of the newline sequence: |
30 |
|
13 (0x000d) for CR |
31 |
|
10 (0x000a) for LF |
32 |
|
3338 (0x0d0a) for CRLF |
33 |
|
-1 for ANY |
34 |
PCRE_CONFIG_POSIX_MALLOC_THRESHOLD |
PCRE_CONFIG_POSIX_MALLOC_THRESHOLD |
35 |
Threshold of return slots, above |
Threshold of return slots, above |
36 |
which \fBmalloc()\fR is used by |
which \fBmalloc()\fR is used by |