| 794 |
return SSB_FAIL; |
return SSB_FAIL; |
| 795 |
|
|
| 796 |
/* We can ignore word boundary tests. */ |
/* We can ignore word boundary tests. */ |
| 797 |
|
|
| 798 |
case OP_WORD_BOUNDARY: |
case OP_WORD_BOUNDARY: |
| 799 |
case OP_NOT_WORD_BOUNDARY: |
case OP_NOT_WORD_BOUNDARY: |
| 800 |
tcode++; |
tcode++; |
| 801 |
break; |
break; |
| 802 |
|
|
| 803 |
/* If we hit a bracket or a positive lookahead assertion, recurse to set |
/* If we hit a bracket or a positive lookahead assertion, recurse to set |
| 804 |
bits from within the subpattern. If it can't find anything, we have to |
bits from within the subpattern. If it can't find anything, we have to |