Symbol: TGETENT_YES
lib/libcurses/tinfo/lib_setup.c
506
if (status == TGETENT_YES) {
lib/libcurses/tinfo/lib_setup.c
792
if (status != TGETENT_YES) {
lib/libcurses/tinfo/lib_setup.c
798
status = TGETENT_YES;
lib/libcurses/tinfo/lib_setup.c
802
if (status != TGETENT_YES) {
lib/libcurses/tinfo/lib_setup.c
859
*errret = TGETENT_YES;
lib/libcurses/tinfo/lib_setup.c
870
ret_error1(TGETENT_YES, "terminal is not really generic.\n",
lib/libcurses/tinfo/lib_setup.c
878
ret_error1(TGETENT_YES, "I can't handle hardcopy terminals.\n",
lib/libcurses/tinfo/read_entry.c
572
returnDB(TGETENT_YES);
lib/libcurses/tinfo/read_entry.c
791
assert(TGETENT_YES == TRUE); /* simplify call for _nc_name_match */
lib/libcurses/tinfo/read_entry.c
794
&& (code = _nc_read_termtype(tp, buffer, used)) == TGETENT_YES
lib/libcurses/tinfo/read_entry.c
795
&& (code = _nc_name_match(tp->term_names, name, "|")) == TGETENT_YES) {
lib/libcurses/tinfo/read_entry.c
866
if (code != TGETENT_YES) {
lib/libcurses/tinfo/read_entry.c
909
if (code == TGETENT_YES) {
lib/libcurses/tinfo/read_entry.c
915
if (code != TGETENT_YES) {
lib/libcurses/tinfo/read_entry.c
933
if (rc == TGETENT_YES)
lib/libcurses/tinfo/read_termcap.c
1185
found = TGETENT_YES;
lib/libcurses/tinfo/tinfo_driver.c
180
if (status != TGETENT_YES) {
lib/libcurses/tinfo/tinfo_driver.c
186
status = TGETENT_YES;
lib/libcurses/tinfo/tinfo_driver.c
190
if (status != TGETENT_YES) {
lib/libcurses/tinfo/tinfo_driver.c
239
ret_error1(TGETENT_YES, "terminal is not really generic.\n",
lib/libcurses/tinfo/tinfo_driver.c
249
ret_error1(TGETENT_YES, "I can't handle hardcopy terminals.\n",