Searched refs:_term (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | tinfo_driver.c | 569 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 D | init_keytry.c | 94 TERMTYPE *tp = &(sp->_term->type); in _nc_init_keytry()
|
| H A D | lib_cur_term.c | 90 SP_PARM->_term = termp; in NCURSES_SP_NAME()
|
| H A D | lib_tputs.c | 320 (SP_PARM != NULL && SP_PARM->_term == NULL) in NCURSES_SP_NAME()
|
| H A D | lib_setup.c | 424 sp->_term = termp; in _nc_check_screensize() 641 TINFO_GET_SIZE(sp, sp->_term, &new_lines, &new_cols); in _nc_update_screensize()
|
| H A D | comp_parse.c | 665 fake_sp._term = &fake_tm; in _nc_resolve_uses2()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_newterm.c | 202 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 D | lib_set_term.c | 85 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 D | lib_restart.c | 71 SP_PARM->_term = new_term; in NCURSES_EXPORT()
|
| /freebsd/contrib/ncurses/ncurses/win32con/ |
| H A D | win32_driver.c | 753 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 D | curses.priv.h | 484 #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 D | lib_mvcur.c | 168 #define BAUDRATE(sp) sp->_term->_baudrate /* bits per second */
|