| 320 | /* Switch to a header section. */ |
| 321 | |
| 322 | static void |
| 323 | proc_header (void) |
| 324 | { |
| 325 | current_type = header_type; |
| 326 | current_regex = &header_regex; |
| 327 | reset_lineno (); |
| 328 | putchar ('\n'); |
| 329 | } |
| 330 | |
| 331 | /* Switch to a body section. */ |
| 332 |
no test coverage detected