2 // Debug visualization of matches
9 const char *normal_color, *match_color, *replace_color;
10 int (*fprint_between)(FILE *out, const char *start, const char *end, const char *normal_color);
11 void (*on_nl)(FILE *out);
13 __attribute__((nonnull(1, 2, 3))) int fprint_match(FILE *out, const char *file_start, bp_match_t *m,
14 print_options_t *opts);
16 __attribute__((nonnull)) void explain_match(bp_match_t *m);
18 // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0