Searched refs:tigetstr (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_ti.c85 tigetstr(NCURSES_CONST char *str) function
89 T((T_CALLED("tigetstr(%s)"), str));
/freebsd-10.1-release/contrib/nvi/cl/
H A Dcl_term.c101 if ((t = tigetstr(tkp->ts)) == NULL || t == (char *)-1)
117 if ((t = tigetstr(tkp->ts)) == NULL || t == (char *)-1)
136 if ((t = tigetstr(tkp->ts)) == NULL || t == (char *)-1)
240 if ((p = tigetstr(name)) == NULL ||
H A Dcl_screen.c531 if ((t = tigetstr(name)) != NULL &&
/freebsd-10.1-release/contrib/ncurses/progs/
H A Dtput.c296 } else if ((s = tigetstr(name)) == CANCELLED_STRING) {
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c351 sp->_mouse_xtermcap = tigetstr("XM");
/freebsd-10.1-release/contrib/ncurses/ncurses/
H A Dllib-lncurses2747 #undef tigetstr
2748 char *tigetstr(
H A Dllib-lncursest2802 #undef tigetstr
2803 char *tigetstr(
H A Dllib-lncursesw3493 #undef tigetstr
3494 char *tigetstr(
/freebsd-10.1-release/contrib/gcc/
H A Dsys-protos.h1162 extern char * tigetstr(char *);
/freebsd-10.1-release/lib/ncurses/ncurses/
H A DMakefile851 curs_terminfo.3 tigetstr.3 \
/freebsd-10.1-release/contrib/ncurses/include/
H A Dcurses.h.in798 extern NCURSES_EXPORT(char *) tigetstr (NCURSES_CONST char *); /* implemented */

Completed in 94 milliseconds