635 |
{ |
{ |
636 |
minimize = possessive = FALSE; |
minimize = possessive = FALSE; |
637 |
op = *ecode; |
op = *ecode; |
638 |
|
|
639 |
/* For partial matching, remember if we ever hit the end of the subject after |
/* For partial matching, remember if we ever hit the end of the subject after |
640 |
matching at least one subject character. */ |
matching at least one subject character. */ |
641 |
|
|
880 |
goto TAIL_RECURSE; |
goto TAIL_RECURSE; |
881 |
} |
} |
882 |
} |
} |
883 |
else /* Condition false & no 2nd alternative */ |
else /* Condition false & no alternative */ |
884 |
{ |
{ |
885 |
ecode += 1 + LINK_SIZE; |
ecode += 1 + LINK_SIZE; |
886 |
} |
} |