Searched refs:Nttyb (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_raw.c | 94 buf = termp->Nttyb; in NCURSES_EXPORT() 122 termp->Nttyb = buf; in NCURSES_EXPORT() 150 buf = termp->Nttyb; in NCURSES_SP_NAME() 167 termp->Nttyb = buf; in NCURSES_SP_NAME() 197 buf = termp->Nttyb; in NCURSES_SP_NAME() 206 termp->Nttyb = buf; in NCURSES_SP_NAME() 233 buf = termp->Nttyb; in NCURSES_SP_NAME() 260 termp->Nttyb = buf; in NCURSES_SP_NAME() 288 buf = termp->Nttyb; in NCURSES_SP_NAME() 302 termp->Nttyb = buf; in NCURSES_SP_NAME() [all …]
|
H A D | lib_ttyflags.c | 195 if (_nc_get_tty_mode(&termp->Nttyb) == OK) { in NCURSES_SP_NAME() 197 termp->Nttyb.c_oflag &= (unsigned) (~OFLAGS_TABS); in NCURSES_SP_NAME() 201 termp->Nttyb.sg_flags &= (unsigned) (~XTABS); in NCURSES_SP_NAME() 230 if (_nc_set_tty_mode(&termp->Nttyb) == OK) { in NCURSES_SP_NAME()
|
H A D | lib_baudrate.c | 293 result = (int) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb)); in NCURSES_SP_NAME() 297 ospeed = (NCURSES_OSPEED) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb)); in NCURSES_SP_NAME() 299 ospeed = (NCURSES_OSPEED) TerminalOf(SP_PARM)->Nttyb.sg_ospeed; in NCURSES_SP_NAME()
|
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() 614 if ((drv_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) { in drv_mode() 616 _term->Nttyb.c_oflag &= (unsigned) ~OFLAGS_TABS; in drv_mode() 620 _term->Nttyb.sg_flags &= (unsigned) ~XTABS; in drv_mode() 626 if (drv_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) { in drv_mode()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_newterm.c | 84 buf = term->Nttyb; in _nc_initscr() 102 term->Nttyb = buf; in _nc_initscr()
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win_driver.c | 902 TCB->term.Nttyb = *buf; in wcon_sgmode() 904 iflag = TCB->term.Nttyb.c_iflag; in wcon_sgmode() 905 lflag = TCB->term.Nttyb.c_lflag; in wcon_sgmode() 923 TCB->term.Nttyb.c_iflag = iflag; in wcon_sgmode() 924 TCB->term.Nttyb.c_lflag = lflag; in wcon_sgmode() 926 *buf = TCB->term.Nttyb; in wcon_sgmode() 1030 if ((wcon_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) { in wcon_mode() 1031 _term->Nttyb.c_oflag &= (tcflag_t) (~OFLAGS_TABS); in wcon_mode() 1036 if (wcon_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) { in wcon_mode() 2047 term->Nttyb = *arg; in _nc_mingw_tcsetattr() [all …]
|
H A D | win32_driver.c | 745 TCB->term.Nttyb = *buf; in wcon_sgmode() 747 _nc_console_getmode(WINCONSOLE.hdl, &(TCB->term.Nttyb)); in wcon_sgmode() 748 *buf = TCB->term.Nttyb; in wcon_sgmode() 777 if ((wcon_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) { in wcon_mode() 782 if (wcon_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) { in wcon_mode()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | term.priv.h | 145 TTY Nttyb; /* current state of the terminal */ member
|
H A D | report_offsets.c | 194 show_offset(TERMINAL, Nttyb); in main()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 299 return _nc_trace_ttymode(&(cur_term->Nttyb)); in _nc_tracebits()
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 10104 Ottyb and Nttyb members of terminal (aka cur_term), for tracing. 12373 window where Nttyb hasn't yet been filled (reported by Klaus Weide).
|