| 373 | } |
| 374 | |
| 375 | void |
| 376 | sco_mapoff(void) |
| 377 | { |
| 378 | #ifdef TTY_GRAPHICS |
| 379 | if (WINDOWPORT(tty) && sco_flag_console) { |
| 380 | sco_map_valid = ioctl(0, LDGMAP, sco_chanmap_buf); |
| 381 | if (sco_map_valid != -1) { |
| 382 | ioctl(0, LDNMAP, (char *) 0); |
| 383 | } |
| 384 | } |
| 385 | #endif |
| 386 | } |
| 387 | |
| 388 | void |
| 389 | check_sco_console(void) |
no outgoing calls
no test coverage detected