Home
last modified time | relevance | path

Searched refs:returnDB (Results 1 – 2 of 2) 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 …]
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1855 #define returnDB(rc) do { TR(TRACE_DATABASE,(T_RETURN("code %d"), (rc))); return (rc); } while (0) macro
1929 #define returnDB(code) return code macro