Searched refs:TGETENT_NO (Results 1 – 5 of 5) sorted by relevance
303 returnDB(TGETENT_NO); in _nc_read_termtype()343 returnDB(TGETENT_NO); in _nc_read_termtype()350 returnDB(TGETENT_NO); in _nc_read_termtype()369 returnDB(TGETENT_NO); in _nc_read_termtype()383 returnDB(TGETENT_NO); in _nc_read_termtype()392 returnDB(TGETENT_NO); in _nc_read_termtype()396 returnDB(TGETENT_NO); in _nc_read_termtype()400 returnDB(TGETENT_NO); in _nc_read_termtype()431 returnDB(TGETENT_NO); in _nc_read_termtype()457 returnDB(TGETENT_NO); in _nc_read_termtype()[all …]
962 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()
973 status = TGETENT_NO; in TINFO_SETUP_TERM()992 } else if (status == TGETENT_NO) { in TINFO_SETUP_TERM()1059 ret_error1(TGETENT_NO, "I need something more specific.\n", in TINFO_SETUP_TERM()
176 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()
1799 #define TGETENT_NO 0 /* entry is not found */ macro