| 544 | } |
| 545 | |
| 546 | static void |
| 547 | print_heading (void) |
| 548 | { |
| 549 | print_line (_("NAME"), ' ', _("LINE"), _("TIME"), _("IDLE"), |
| 550 | _("PID"), _("COMMENT"), _("EXIT")); |
| 551 | } |
| 552 | |
| 553 | /* Display UTMP_BUF, which should have N entries. */ |
| 554 | static void |
no test coverage detected