Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c276 returnDB(TGETENT_NO); in _nc_read_termtype()
313 returnDB(TGETENT_NO); in _nc_read_termtype()
320 returnDB(TGETENT_NO); in _nc_read_termtype()
340 returnDB(TGETENT_NO); in _nc_read_termtype()
354 returnDB(TGETENT_NO); in _nc_read_termtype()
359 returnDB(TGETENT_NO); in _nc_read_termtype()
427 returnDB(TGETENT_NO); in _nc_read_termtype()
436 returnDB(TGETENT_NO); in _nc_read_termtype()
457 returnDB(TGETENT_NO); in _nc_read_termtype()
460 returnDB(TGETENT_NO); in _nc_read_termtype()
[all …]
H A Dread_termcap.c962 int found = TGETENT_NO; in _nc_read_termcap_entry()
982 return TGETENT_NO; in _nc_read_termcap_entry()
993 return (status == TC_NOT_FOUND ? TGETENT_NO : TGETENT_ERR); in _nc_read_termcap_entry()
H A Dlib_setup.c763 status = TGETENT_NO; in TINFO_SETUP_TERM()
782 } else if (status == TGETENT_NO) { in TINFO_SETUP_TERM()
848 ret_error1(TGETENT_NO, "I need something more specific.\n", in TINFO_SETUP_TERM()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1914 #define TGETENT_NO 0 /* entry is not found */ macro