]> git.ipfire.org Git - thirdparty/man-pages.git/commit
src/bin/grepc_c: Split regex
authorAlejandro Colomar <alx@kernel.org>
Wed, 5 Nov 2025 13:22:36 +0000 (14:22 +0100)
committerAlejandro Colomar <alx@kernel.org>
Thu, 6 Nov 2025 00:43:03 +0000 (01:43 +0100)
commit0e1436452b30393b4eaaa9e979b0fc7c7abe9df2
tree726680a1a16636936b7e333020c3cbe43295e344
parent78488ed5ccbba073402be9514c7b7847de450084
src/bin/grepc_c: Split regex

The regex for a function declarator is too complex.  Split it into
helper functions that prints the parts of the regex, so that each one
is easier to understand.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/bin/grepc_c