| 2991 | }; |
| 2992 | |
| 2993 | InvertContextGrepHandler(Grep& grep, const char *& pathname) |
| 2994 | : |
| 2995 | AnyLineGrepHandler(grep, pathname) |
| 2996 | { } |
| 2997 | |
| 2998 | // output the inverted before context |
| 2999 | void output_before_context() |
nothing calls this directly
no outgoing calls
no test coverage detected