| 331 | /* Switch to a body section. */ |
| 332 | |
| 333 | static void |
| 334 | proc_body (void) |
| 335 | { |
| 336 | current_type = body_type; |
| 337 | current_regex = &body_regex; |
| 338 | reset_lineno (); |
| 339 | putchar ('\n'); |
| 340 | } |
| 341 | |
| 342 | /* Switch to a footer section. */ |
| 343 |
no test coverage detected