Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/tinfo/
HDread_entry.c170 return (TGETENT_NO); in _nc_read_termtype()
188 return (TGETENT_NO); in _nc_read_termtype()
196 return (TGETENT_NO); in _nc_read_termtype()
201 return (TGETENT_NO); in _nc_read_termtype()
222 return (TGETENT_NO); in _nc_read_termtype()
236 return (TGETENT_NO); in _nc_read_termtype()
241 return (TGETENT_NO); in _nc_read_termtype()
246 return (TGETENT_NO); in _nc_read_termtype()
250 return (TGETENT_NO); in _nc_read_termtype()
281 return (TGETENT_NO); in _nc_read_termtype()
[all …]
HDlib_setup.c715 status = TGETENT_NO; in TINFO_SETUP_TERM()
732 } else if (status == TGETENT_NO) { in TINFO_SETUP_TERM()
791 ret_error1(TGETENT_NO, "I need something more specific.\n", tname); in TINFO_SETUP_TERM()
HDread_termcap.c961 int found = TGETENT_NO; in _nc_read_termcap_entry()
979 return TGETENT_NO; in _nc_read_termcap_entry()
991 return (status == TC_NOT_FOUND ? TGETENT_NO : TGETENT_ERR); in _nc_read_termcap_entry()
HDtinfo_driver.c125 status = TGETENT_NO; in drv_CanHandle()
142 } else if (status == TGETENT_NO) { in drv_CanHandle()
165 ret_error1(TGETENT_NO, "I need something more specific.\n", tname); in drv_CanHandle()
/NextBSD/lib/ncurses/ncurses/
HDtermcap.c261 return(TGETENT_NO); /* not found */ in _nc_read_termcap_entry()
/NextBSD/contrib/ncurses/ncurses/win32con/
HDwin_driver.c482 status = TGETENT_NO; in drv_CanHandle()
/NextBSD/contrib/ncurses/ncurses/
HDcurses.priv.h1709 #define TGETENT_NO 0 /* entry is not found */ macro