Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c303 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 …]
H A Dparse_entry.c300 returnDB(EOF); in _nc_parse_entry()
336 returnDB(ERR); in _nc_parse_entry()
644 returnDB(OK); in _nc_parse_entry()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1704 #define returnDB(rc) do { TR(TRACE_DATABASE,(T_RETURN("code %d"), (rc))); return (rc); } while (0) macro
1780 #define returnDB(code) return code macro