Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c275 returnDB(TGETENT_NO); in _nc_read_termtype()
312 returnDB(TGETENT_NO); in _nc_read_termtype()
319 returnDB(TGETENT_NO); in _nc_read_termtype()
339 returnDB(TGETENT_NO); in _nc_read_termtype()
353 returnDB(TGETENT_NO); in _nc_read_termtype()
358 returnDB(TGETENT_NO); in _nc_read_termtype()
426 returnDB(TGETENT_NO); in _nc_read_termtype()
435 returnDB(TGETENT_NO); in _nc_read_termtype()
456 returnDB(TGETENT_NO); in _nc_read_termtype()
459 returnDB(TGETENT_NO); in _nc_read_termtype()
[all …]
H A Dlib_setup.c782 status = TGETENT_NO; in TINFO_SETUP_TERM()
801 } else if (status == TGETENT_NO) { in TINFO_SETUP_TERM()
867 ret_error1(TGETENT_NO, "I need something more specific.\n", in TINFO_SETUP_TERM()
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 Dtinfo_driver.c176 status = TGETENT_NO; in drv_CanHandle()
194 } else if (status == TGETENT_NO) { in drv_CanHandle()
243 ret_error1(TGETENT_NO, "I need something more specific.\n", in drv_CanHandle()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1946 #define TGETENT_NO 0 /* entry is not found */ macro