| 5529 | |
| 5530 | #ifdef TTY_PERM_INVENT |
| 5531 | void |
| 5532 | check_perm_invent_again(void) |
| 5533 | { |
| 5534 | if (iflags.perm_invent_pending) { |
| 5535 | iflags.perm_invent = FALSE; |
| 5536 | if (can_set_perm_invent()) |
| 5537 | iflags.perm_invent = TRUE; |
| 5538 | iflags.perm_invent_pending = FALSE; |
| 5539 | } |
| 5540 | } |
| 5541 | #endif |
| 5542 | |
| 5543 | staticfn int |
no test coverage detected