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

/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dinit_keytry.c94 TERMTYPE *tp = &(sp->_term->type);
H A Dtinfo_driver.c567 TERMINAL *_term = (TERMINAL *) TCB; local
573 if (SET_TTY(_term->Filedes, buf) != 0) {
586 if (GET_TTY(_term->Filedes, buf) != 0) {
601 TERMINAL *_term = (TERMINAL *) TCB; local
614 if ((drv_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) {
616 _term->Nttyb.c_oflag &= (unsigned) ~OFLAGS_TABS;
620 _term->Nttyb.sg_flags &= (unsigned) ~XTABS;
626 if (drv_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) {
640 if (drv_sgmode(TCB, FALSE, &(_term->Ottyb)) == OK) {
642 if (_term
[all...]
H A Dlib_cur_term.c90 SP_PARM->_term = termp;
H A Dlib_tputs.c318 (SP_PARM != 0 && SP_PARM->_term == 0)
H A Dlib_setup.c425 sp->_term = termp;
641 TINFO_GET_SIZE(sp, sp->_term, &new_lines, &new_cols);
H A Dcomp_parse.c639 fake_sp._term = &fake_tm;
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c202 its_term = (current ? current->_term : 0);
272 current->_term = its_term;
275 SP_PARM->_term = new_term;
277 new_term = SP_PARM->_term;
H A Dlib_restart.c71 SP_PARM->_term = new_term;
H A Dlib_set_term.c85 TINFO_SET_CURTERM(newSP, newSP->_term);
213 NCURSES_SP_NAME(del_curterm) (NCURSES_SP_ARGx sp->_term);
385 sp->_term = cur_term;
388 _nc_get_screensize(sp, sp->_term, &slines, &scolumns);
628 if (_nc_unicode_locale() && _nc_locale_breaks_acs(sp->_term)) {
649 && _nc_locale_breaks_acs(sp->_term));
/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c762 TERMINAL *_term = (TERMINAL *) TCB; local
777 if ((wcon_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) {
782 if (wcon_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) {
798 if (wcon_sgmode(TCB, FALSE, &(_term->Ottyb)) == OK) {
807 code = wcon_sgmode(TCB, TRUE, &(_term->Ottyb));
H A Dwin_driver.c1015 TERMINAL *_term = (TERMINAL *) TCB; local
1030 if ((wcon_sgmode(TCB, FALSE, &(_term->Nttyb)) == OK)) {
1031 _term->Nttyb.c_oflag &= (tcflag_t) (~OFLAGS_TABS);
1036 if (wcon_sgmode(TCB, TRUE, &(_term->Nttyb)) == OK) {
1051 if (wcon_sgmode(TCB, FALSE, &(_term->Ottyb)) == OK) {
1060 code = wcon_sgmode(TCB, TRUE, &(_term->Ottyb));
2006 if (sp->_term && (sp->_term->Filedes == fd)) { \
2007 term = sp->_term; \
/freebsd-current/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c168 #define BAUDRATE(sp) sp->_term->_baudrate /* bits per second */

Completed in 94 milliseconds