HomeFreeBSD

MFC r322288: regex(3): Refactor fast/slow stepping bits in matching engine

Description

MFC r322288: regex(3): Refactor fast/slow stepping bits in matching engine

Adding features for matching is fairly straightforward, but this requires
some duplication because of this fast/slow setup. They can be fairly
trivially combined into a single walk(), so do it to make future additions
less error prone.

Details

Provenance
kevansAuthored on
Parents
rS328151: MFC r320742, r320750, r320796: Refactor regex(3) for maintainability
Branches
Unknown
Tags
Unknown