Searched refs:TGETENT_NO (Results 1 – 5 of 5) sorted by relevance
137 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 …]
558 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()
944 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()
261 return(TGETENT_NO); /* not found */ in _nc_read_termcap_entry()
1339 #define TGETENT_NO 0 /* entry is not found */ macro