Searched refs:drv_sgmode (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | tinfo_driver.c | 566 drv_sgmode(TERMINAL_CONTROL_BLOCK * TCB, int setFlag, TTY * buf) in drv_sgmode() function 618 if ((drv_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) { in drv_mode() 630 if (drv_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) { in drv_mode() 648 if (drv_sgmode(TCB, FALSE, &(_term->Ottyb)) == OK) { in drv_mode() 666 code = drv_sgmode(TCB, TRUE, &(_term->Ottyb)); in drv_mode() 1472 drv_sgmode, /* sgmode */
|