Home
last modified time | relevance | path

Searched refs:_term (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c569 TERMINAL *_term = (TERMINAL *) TCB; in drv_sgmode() local
575 if (SET_TTY(_term->Filedes, buf) != 0) { in drv_sgmode()
588 if (GET_TTY(_term->Filedes, buf) != 0) { in drv_sgmode()
603 TERMINAL *_term = (TERMINAL *) TCB; in drv_mode() local
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()
648 if (drv_sgmode(TCB, FALSE, &(_term->Ottyb)) == OK) { in drv_mode()
650 if (_term->Ottyb.c_oflag & OFLAGS_TABS) in drv_mode()
[all …]
H A Dinit_keytry.c94 TERMTYPE *tp = &(sp->_term->type); in _nc_init_keytry()
H A Dlib_cur_term.c90 SP_PARM->_term = termp; in NCURSES_SP_NAME()
H A Dlib_tputs.c320 (SP_PARM != NULL && SP_PARM->_term == NULL) in NCURSES_SP_NAME()
H A Dlib_setup.c424 sp->_term = termp; in _nc_check_screensize()
641 TINFO_GET_SIZE(sp, sp->_term, &new_lines, &new_cols); in _nc_update_screensize()
H A Dcomp_parse.c665 fake_sp._term = &fake_tm; in _nc_resolve_uses2()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c202 its_term = (current ? current->_term : NULL); in NCURSES_SP_NAME()
272 current->_term = its_term; in NCURSES_SP_NAME()
275 SP_PARM->_term = new_term; in NCURSES_SP_NAME()
277 new_term = SP_PARM->_term; in NCURSES_SP_NAME()
H A Dlib_set_term.c85 TINFO_SET_CURTERM(newSP, newSP->_term); in NCURSES_EXPORT()
213 NCURSES_SP_NAME(del_curterm) (NCURSES_SP_ARGx sp->_term); in delscreen()
388 sp->_term = cur_term; in NCURSES_SP_NAME()
391 _nc_get_screensize(sp, sp->_term, &slines, &scolumns); in NCURSES_SP_NAME()
630 if (_nc_unicode_locale() && _nc_locale_breaks_acs(sp->_term)) { in NCURSES_SP_NAME()
651 && _nc_locale_breaks_acs(sp->_term)); in NCURSES_SP_NAME()
H A Dlib_restart.c71 SP_PARM->_term = new_term; in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c753 TERMINAL *_term = (TERMINAL *) TCB; in wcon_mode() local
768 if ((wcon_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) { in wcon_mode()
773 if (wcon_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) { in wcon_mode()
789 if (wcon_sgmode(TCB, FALSE, &(_term->Ottyb)) == OK) { in wcon_mode()
798 code = wcon_sgmode(TCB, TRUE, &(_term->Ottyb)); in wcon_mode()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h484 #define HasTerminal(sp) (((sp) != NULL) && (NULL != ((sp)->_term)))
494 #define TerminalOf(sp) ((sp) ? ((sp)->_term ? (sp)->_term : CurTerm) : CurTerm)
1042 TERMINAL *_term; /* terminal type information */ member
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c168 #define BAUDRATE(sp) sp->_term->_baudrate /* bits per second */