Home
last modified time | relevance | path

Searched refs:Ottyb (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c94 result = termp->Ottyb.c_cc[VERASE]; in NCURSES_SP_NAME()
100 result = termp->Ottyb.sg_erase; in NCURSES_SP_NAME()
131 result = termp->Ottyb.c_cc[VKILL]; in NCURSES_SP_NAME()
137 result = termp->Ottyb.sg_kill; in NCURSES_SP_NAME()
H A Dlib_ttyflags.c155 if (_nc_get_tty_mode(&termp->Ottyb) == OK) { in NCURSES_SP_NAME()
157 if (termp->Ottyb.c_oflag & OFLAGS_TABS) in NCURSES_SP_NAME()
162 if (termp->Ottyb.sg_flags & XTABS) in NCURSES_SP_NAME()
267 rc = _nc_set_tty_mode(&termp->Ottyb); in NCURSES_SP_NAME()
H A Dtinfo_driver.c640 if (drv_sgmode(TCB, FALSE, &(_term->Ottyb)) == OK) { in drv_mode()
642 if (_term->Ottyb.c_oflag & OFLAGS_TABS) in drv_mode()
647 if (_term->Ottyb.sg_flags & XTABS) in drv_mode()
658 code = drv_sgmode(TCB, TRUE, &(_term->Ottyb)); in drv_mode()
H A Dlib_raw.c236 (termp->Ottyb.c_lflag & IEXTEN); in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c296 SP_PARM->_use_meta = ((new_term->Ottyb.c_cflag & CSIZE) == CS8 && in NCURSES_SP_NAME()
297 !(new_term->Ottyb.c_iflag & ISTRIP)) || in NCURSES_SP_NAME()
H A Dlib_set_term.c693 !memcmp(&cur_term->Ottyb, &null_TTY, sizeof(TTY))) in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/
H A Dterm.priv.h144 TTY Ottyb; /* original state of the terminal */ member
H A Dreport_offsets.c193 show_offset(TERMINAL, Ottyb); in main()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c798 if (wcon_sgmode(TCB, FALSE, &(_term->Ottyb)) == OK) { in wcon_mode()
807 code = wcon_sgmode(TCB, TRUE, &(_term->Ottyb)); in wcon_mode()
H A Dwin_driver.c1051 if (wcon_sgmode(TCB, FALSE, &(_term->Ottyb)) == OK) { in wcon_mode()
1060 code = wcon_sgmode(TCB, TRUE, &(_term->Ottyb)); in wcon_mode()
/freebsd/contrib/ncurses/
H A DNEWS10104 Ottyb and Nttyb members of terminal (aka cur_term), for tracing.