used by options handling, doset(options.c) */
| 3474 | |
| 3475 | /* used by options handling, doset(options.c) */ |
| 3476 | int |
| 3477 | count_status_hilites(void) |
| 3478 | { |
| 3479 | int count; |
| 3480 | |
| 3481 | status_hilite_linestr_gather(); |
| 3482 | count = status_hilite_linestr_countfield(BL_FLUSH); |
| 3483 | status_hilite_linestr_done(); |
| 3484 | return count; |
| 3485 | } |
| 3486 | |
| 3487 | staticfn void |
| 3488 | status_hilite_linestr_gather_conditions(void) |
no test coverage detected