3802 |
md->lcc = tables + lcc_offset; |
md->lcc = tables + lcc_offset; |
3803 |
md->ctypes = tables + ctypes_offset; |
md->ctypes = tables + ctypes_offset; |
3804 |
|
|
3805 |
/* Handle different types of newline. The two bits give four cases. If nothing |
/* Handle different types of newline. The three bits give eight cases. If |
3806 |
is set at run time, whatever was used at compile time applies. */ |
nothing is set at run time, whatever was used at compile time applies. */ |
3807 |
|
|
3808 |
switch ((((options & PCRE_NEWLINE_BITS) == 0)? re->options : options) & |
switch ((((options & PCRE_NEWLINE_BITS) == 0)? re->options : options) & |
3809 |
PCRE_NEWLINE_BITS) |
PCRE_NEWLINE_BITS) |