Home
last modified time | relevance | path

Searched refs:TGETENT_YES (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c504 if (status == TGETENT_YES) { in _nc_setup_tinfo()
786 if (status != TGETENT_YES) { in TINFO_SETUP_TERM()
792 status = TGETENT_YES; in TINFO_SETUP_TERM()
796 if (status != TGETENT_YES) { in TINFO_SETUP_TERM()
852 *errret = TGETENT_YES; in TINFO_SETUP_TERM()
863 ret_error1(TGETENT_YES, "terminal is not really generic.\n", in TINFO_SETUP_TERM()
871 ret_error1(TGETENT_YES, "I can't handle hardcopy terminals.\n", in TINFO_SETUP_TERM()
H A Dread_entry.c536 returnDB(TGETENT_YES); in _nc_read_termtype()
751 assert(TGETENT_YES == TRUE); /* simplify call for _nc_name_match */ in _nc_read_tic_entry()
754 && (code = _nc_read_termtype(tp, buffer, used)) == TGETENT_YES in _nc_read_tic_entry()
755 && (code = _nc_name_match(tp->term_names, name, "|")) == TGETENT_YES) { in _nc_read_tic_entry()
823 if (code != TGETENT_YES) { in _nc_read_tic_entry()
865 if (code == TGETENT_YES) { in _nc_read_entry2()
871 if (code != TGETENT_YES) { in _nc_read_entry2()
891 if (rc == TGETENT_YES) in _nc_read_entry()
H A Dtinfo_driver.c180 if (status != TGETENT_YES) { in drv_CanHandle()
186 status = TGETENT_YES; in drv_CanHandle()
190 if (status != TGETENT_YES) { in drv_CanHandle()
239 ret_error1(TGETENT_YES, "terminal is not really generic.\n", in drv_CanHandle()
249 ret_error1(TGETENT_YES, "I can't handle hardcopy terminals.\n", in drv_CanHandle()
H A Dread_termcap.c1181 found = TGETENT_YES; in _nc_read_termcap_entry()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1945 #define TGETENT_YES 1 /* entry is found */ macro
/freebsd/contrib/ncurses/
H A DNEWS7006 TGETENT_YES, etc.