Home
last modified time | relevance | path

Searched refs:returnDB (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c276 returnDB(TGETENT_NO); in _nc_read_termtype()
313 returnDB(TGETENT_NO); in _nc_read_termtype()
320 returnDB(TGETENT_NO); in _nc_read_termtype()
340 returnDB(TGETENT_NO); in _nc_read_termtype()
354 returnDB(TGETENT_NO); in _nc_read_termtype()
359 returnDB(TGETENT_NO); in _nc_read_termtype()
427 returnDB(TGETENT_NO); in _nc_read_termtype()
436 returnDB(TGETENT_NO); in _nc_read_termtype()
457 returnDB(TGETENT_NO); in _nc_read_termtype()
460 returnDB(TGETENT_NO); in _nc_read_termtype()
[all …]
/freebsd-13.1/contrib/ncurses/ncurses/
H A Dcurses.priv.h1823 #define returnDB(rc) do { TR(TRACE_DATABASE,(T_RETURN("code %d"), (rc))); return (rc); } while (0) macro
1897 #define returnDB(code) return code macro