Searched refs:Nttyb (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_raw.c | 93 buf = termp->Nttyb; in NCURSES_EXPORT() 121 termp->Nttyb = buf; in NCURSES_EXPORT() 149 buf = termp->Nttyb; in cbreak() 166 termp->Nttyb = buf; in cbreak() 192 buf = termp->Nttyb; in qiflush() 201 termp->Nttyb = buf; in qiflush() 228 buf = termp->Nttyb; in noraw() 255 termp->Nttyb = buf; in noraw() 283 buf = termp->Nttyb; in nocbreak() 297 termp->Nttyb = buf; in nocbreak() [all …]
|
| H A D | lib_ttyflags.c | 195 if (_nc_get_tty_mode(&termp->Nttyb) == OK) { in def_prog_mode() 197 termp->Nttyb.c_oflag &= (unsigned) (~OFLAGS_TABS); in def_prog_mode() 201 termp->Nttyb.sg_flags &= (unsigned) (~XTABS); in def_prog_mode() 230 if (_nc_set_tty_mode(&termp->Nttyb) == OK) { in reset_prog_mode()
|
| H A D | lib_baudrate.c | 294 result = (int) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb)); in baudrate() 298 ospeed = (NCURSES_OSPEED) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb)); in baudrate() 300 ospeed = (NCURSES_OSPEED) TerminalOf(SP_PARM)->Nttyb.sg_ospeed; in baudrate()
|
| H A D | tinfo_driver.c | 123 if (GET_TTY(termp->Filedes, &termp->Nttyb) == OK) { in get_baudrate() 125 termp->Nttyb.c_oflag &= (unsigned) (~OFLAGS_TABS); in get_baudrate() 129 termp->Nttyb.sg_flags &= (unsigned) (~XTABS); in get_baudrate() 133 result = (int) cfgetospeed(&(termp->Nttyb)); in get_baudrate() 137 my_ospeed = (NCURSES_OSPEED) cfgetospeed(&(termp->Nttyb)); in get_baudrate() 142 my_ospeed = (NCURSES_OSPEED) termp->Nttyb.sg_ospeed; in get_baudrate() 618 if ((drv_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) { in drv_mode() 620 _term->Nttyb.c_oflag &= (unsigned) ~OFLAGS_TABS; in drv_mode() 624 _term->Nttyb.sg_flags &= (unsigned) ~XTABS; in drv_mode() 630 if (drv_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) { in drv_mode()
|
| /src/contrib/ncurses/ncurses/base/ |
| H A D | lib_newterm.c | 84 buf = term->Nttyb; in _nc_initscr() 102 term->Nttyb = buf; in _nc_initscr()
|
| /src/contrib/ncurses/ncurses/win32con/ |
| H A D | win32_driver.c | 739 TCB->term.Nttyb = *buf; in wcon_sgmode() 741 _nc_console_getmode(WINCONSOLE.hdl, &(TCB->term.Nttyb)); in wcon_sgmode() 742 *buf = TCB->term.Nttyb; in wcon_sgmode() 768 if ((wcon_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) { in wcon_mode() 773 if (wcon_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) { in wcon_mode()
|
| /src/contrib/ncurses/ncurses/ |
| H A D | term.priv.h | 145 TTY Nttyb; /* current state of the terminal */ member
|
| H A D | report_offsets.c | 199 show_offset(TERMINAL, Nttyb); in main()
|
| /src/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 295 return _nc_trace_ttymode(&(cur_term->Nttyb)); in _nc_tracebits()
|
| /src/contrib/ncurses/ |
| H A D | NEWS | 10673 Ottyb and Nttyb members of terminal (aka cur_term), for tracing. 12942 window where Nttyb hasn't yet been filled (reported by Klaus Weide).
|