| 127 |
case OP_BRAPOS: |
case OP_BRAPOS: |
| 128 |
case OP_SBRAPOS: |
case OP_SBRAPOS: |
| 129 |
case OP_ONCE: |
case OP_ONCE: |
| 130 |
|
case OP_ONCE_NC: |
| 131 |
d = find_minlength(cc, startcode, options, recurse_depth); |
d = find_minlength(cc, startcode, options, recurse_depth); |
| 132 |
if (d < 0) return d; |
if (d < 0) return d; |
| 133 |
branchlength += d; |
branchlength += d; |
| 811 |
case OP_CBRAPOS: |
case OP_CBRAPOS: |
| 812 |
case OP_SCBRAPOS: |
case OP_SCBRAPOS: |
| 813 |
case OP_ONCE: |
case OP_ONCE: |
| 814 |
|
case OP_ONCE_NC: |
| 815 |
case OP_ASSERT: |
case OP_ASSERT: |
| 816 |
rc = set_start_bits(tcode, start_bits, utf8, cd); |
rc = set_start_bits(tcode, start_bits, utf8, cd); |
| 817 |
if (rc == SSB_FAIL || rc == SSB_UNKNOWN) return rc; |
if (rc == SSB_FAIL || rc == SSB_UNKNOWN) return rc; |