Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c324 cur_term->_term = NULL; in __m_setupterm()
393 if (tp->_term != NULL) in del_curterm()
394 free(tp->_term); in del_curterm()
436 old_term = cur_term->_term; in restartterm()
459 cur_term->_term = strdup(tm); in restartterm()
460 if (cur_term->_term == NULL) { in restartterm()
555 cur_term->_term = old_term; in restartterm()
H A Dlongname.c66 return (cur_term->_term); in termname()
H A Dtgetent.c65 if (strcmp(cur_term->_term, name) == 0) in tgetent()
H A Dnewterm.c257 sp->_term = cur_term; in newterm()
416 (void) del_curterm(sp->_term); in delscreen()
442 (void) set_curterm(screen->_term); in set_term()
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c372 if (tp->_term != (char *) 0)
373 free(tp->_term);
418 old_term = cur_term->_term;
439 cur_term->_term = m_strdup(tm);
535 cur_term->_term = old_term;
H A Dlongname.c70 return __m_return_pointer("termname", cur_term->_term);
H A Dnewterm.c261 sp->_term = cur_term;
404 (void) del_curterm(sp->_term);
436 (void) set_curterm(screen->_term);
/titanic_44/usr/src/lib/libxcurses/h/
H A Dcurses.h167 TERMINAL *_term; /* Associated terminfo entry. */ member
1084 #define termname() (cur_term->_term)
/titanic_44/usr/src/lib/libxcurses2/h/
H A Dcurses.h166 TERMINAL *_term; /* Associated terminfo entry. */ member
1088 #define termname() (cur_term->_term)