Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c322 cur_term->_term = NULL; in __m_setupterm()
391 if (tp->_term != NULL) in del_curterm()
392 free(tp->_term); in del_curterm()
434 old_term = cur_term->_term; in restartterm()
457 cur_term->_term = strdup(tm); in restartterm()
458 if (cur_term->_term == NULL) { in restartterm()
553 cur_term->_term = old_term; in restartterm()
H A Dnewterm.c255 sp->_term = cur_term; in newterm()
414 (void) del_curterm(sp->_term); in delscreen()
440 (void) set_curterm(screen->_term); in set_term()
H A Dlongname.c64 return (cur_term->_term); in termname()
H A Dtgetent.c63 if (strcmp(cur_term->_term, name) == 0) in tgetent()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c370 if (tp->_term != (char *) 0)
371 free(tp->_term);
416 old_term = cur_term->_term;
437 cur_term->_term = m_strdup(tm);
533 cur_term->_term = old_term;
H A Dnewterm.c259 sp->_term = cur_term;
402 (void) del_curterm(sp->_term);
434 (void) set_curterm(screen->_term);
H A Dlongname.c68 return __m_return_pointer("termname", cur_term->_term);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h165 TERMINAL *_term; /* Associated terminfo entry. */ member
1082 #define termname() (cur_term->_term)
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h164 TERMINAL *_term; /* Associated terminfo entry. */ member
1086 #define termname() (cur_term->_term)