Searched refs:wcon_sgmode (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c735 wcon_sgmode(TERMINAL_CONTROL_BLOCK * TCB, int setFlag, TTY * buf) function
739 T((T_CALLED("win32con::wcon_sgmode(TCB=(%p),setFlag=%d,TTY=(%p)"),
777 if ((wcon_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) {
782 if (wcon_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) {
798 if (wcon_sgmode(TCB, FALSE, &(_term->Ottyb)) == OK) {
807 code = wcon_sgmode(TCB, TRUE, &(_term->Ottyb));
1192 wcon_sgmode, /* sgmode */
H A Dwin_driver.c867 wcon_sgmode(TERMINAL_CONTROL_BLOCK * TCB, int setFlag, TTY * buf) function
1030 if ((wcon_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) {
1036 if (wcon_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) {
1051 if (wcon_sgmode(TCB, FALSE, &(_term->Ottyb)) == OK) {
1060 code = wcon_sgmode(TCB, TRUE, &(_term->Ottyb));
1835 wcon_sgmode, /* sgmode */

Completed in 161 milliseconds