Searched refs:TGETENT_NO (Results 1 – 7 of 7) sorted by relevance
170 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 …]
715 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()
961 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()
125 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()
261 return(TGETENT_NO); /* not found */ in _nc_read_termcap_entry()
482 status = TGETENT_NO; in drv_CanHandle()
1709 #define TGETENT_NO 0 /* entry is not found */ macro