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

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_freeall.c160 if (SP_PARM->_term)
161 NCURSES_SP_NAME(del_curterm) (NCURSES_SP_ARGx SP_PARM->_term);
H A Dlib_newterm.c198 its_term = (current ? current->_term : 0);
261 current->_term = its_term;
264 SP_PARM->_term = new_term;
266 new_term = SP_PARM->_term;
H A Dlib_restart.c72 SP_PARM->_term = new_term;
H A Dlib_set_term.c75 TINFO_SET_CURTERM(newSP, newSP->_term);
192 NCURSES_SP_NAME(del_curterm) (NCURSES_SP_ARGx sp->_term);
334 sp->_term = cur_term;
337 _nc_get_screensize(sp, sp->_term, &slines, &scolumns);
563 if (_nc_unicode_locale() && _nc_locale_breaks_acs(sp->_term)) {
582 && _nc_locale_breaks_acs(sp->_term));
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dinit_keytry.c91 TERMTYPE *tp = &(sp->_term->type);
H A Dtinfo_driver.c479 TERMINAL *_term = (TERMINAL *) TCB; local
485 if (SET_TTY(_term->Filedes, buf) != 0) {
498 if (GET_TTY(_term->Filedes, buf) != 0) {
513 TERMINAL *_term = (TERMINAL *) TCB; local
526 if ((drv_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) {
528 _term->Nttyb.c_oflag &= (unsigned) ~OFLAGS_TABS;
530 _term->Nttyb.sg_flags &= (unsigned) ~XTABS;
536 if (drv_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) {
551 if (drv_sgmode(TCB, FALSE, &(_term->Ottyb)) == OK) {
553 if (_term
[all...]
H A Dlib_cur_term.c88 SP_PARM->_term = termp;
H A Dlib_tputs.c287 (SP_PARM != 0 && SP_PARM->_term == 0)
H A Dcomp_parse.c484 fake_sp._term = &fake_tm;
H A Dlib_setup.c434 TINFO_GET_SIZE(sp, sp->_term, &new_lines, &new_cols);
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c735 TERMINAL *_term = (TERMINAL *) TCB; local
747 if ((drv_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) {
748 _term->Nttyb.c_oflag &= (tcflag_t) (~OFLAGS_TABS);
753 if (drv_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) {
765 if (drv_sgmode(TCB, FALSE, &(_term->Ottyb)) == OK) {
775 code = drv_sgmode(TCB, TRUE, &(_term->Ottyb));
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c167 #define BAUDRATE(sp) sp->_term->_baudrate /* bits per second */

Completed in 170 milliseconds