Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Dread_entry.c137 return (TGETENT_NO); in _nc_read_termtype()
155 return (TGETENT_NO); in _nc_read_termtype()
163 return (TGETENT_NO); in _nc_read_termtype()
168 return (TGETENT_NO); in _nc_read_termtype()
189 return (TGETENT_NO); in _nc_read_termtype()
203 return (TGETENT_NO); in _nc_read_termtype()
208 return (TGETENT_NO); in _nc_read_termtype()
213 return (TGETENT_NO); in _nc_read_termtype()
217 return (TGETENT_NO); in _nc_read_termtype()
248 return (TGETENT_NO); in _nc_read_termtype()
[all …]
Dlib_setup.c558 status = TGETENT_NO; in _nc_setupterm()
575 } else if (status == TGETENT_NO) { in _nc_setupterm()
613 ret_error(TGETENT_NO, "'%s': I need something more specific.\n", tname); in _nc_setupterm()
Dread_termcap.c944 int found = TGETENT_NO; in _nc_read_termcap_entry()
962 return TGETENT_NO; in _nc_read_termcap_entry()
974 return (status == TC_NOT_FOUND ? TGETENT_NO : TGETENT_ERR); in _nc_read_termcap_entry()
/freebsd-10-stable/lib/ncurses/ncurses/
Dtermcap.c261 return(TGETENT_NO); /* not found */ in _nc_read_termcap_entry()
/freebsd-10-stable/contrib/ncurses/ncurses/
Dcurses.priv.h1339 #define TGETENT_NO 0 /* entry is not found */ macro