Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c496 if (status == TGETENT_YES) { in _nc_setup_tinfo()
767 if (status != TGETENT_YES) { in TINFO_SETUP_TERM()
773 status = TGETENT_YES; in TINFO_SETUP_TERM()
777 if (status != TGETENT_YES) { in TINFO_SETUP_TERM()
833 *errret = TGETENT_YES; in TINFO_SETUP_TERM()
844 ret_error1(TGETENT_YES, "terminal is not really generic.\n", in TINFO_SETUP_TERM()
852 ret_error1(TGETENT_YES, "I can't handle hardcopy terminals.\n", in TINFO_SETUP_TERM()
H A Dread_entry.c537 returnDB(TGETENT_YES); in _nc_read_termtype()
753 assert(TGETENT_YES == TRUE); /* simplify call for _nc_name_match */ in _nc_read_tic_entry()
756 && (code = _nc_read_termtype(tp, buffer, used)) == TGETENT_YES in _nc_read_tic_entry()
757 && (code = _nc_name_match(tp->term_names, name, "|")) == TGETENT_YES) { in _nc_read_tic_entry()
825 if (code != TGETENT_YES) { in _nc_read_tic_entry()
867 if (code == TGETENT_YES) { in _nc_read_entry2()
873 if (code != TGETENT_YES) { in _nc_read_entry2()
893 if (rc == TGETENT_YES) in _nc_read_entry()
H A Dread_termcap.c1181 found = TGETENT_YES; in _nc_read_termcap_entry()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1913 #define TGETENT_YES 1 /* entry is found */ macro