| 527 |
a multiline pattern that matches only at "line starts", no further processing |
a multiline pattern that matches only at "line starts", no further processing |
| 528 |
at present. */ |
at present. */ |
| 529 |
|
|
| 530 |
if ((re->options & (PCRE_ANCHORED|PCRE_FIRSTSET|PCRE_STARTLINE)) != 0) |
if ((re->options & PCRE_ANCHORED) != 0 || |
| 531 |
|
(re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) != 0) |
| 532 |
return NULL; |
return NULL; |
| 533 |
|
|
| 534 |
/* Set the character tables in the block that is passed around */ |
/* Set the character tables in the block that is passed around */ |