Home
last modified time | relevance | path

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

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