Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/tinfo/
H A Dread_entry.c305 returnDB(TGETENT_NO); in _nc_read_termtype()
345 returnDB(TGETENT_NO); in _nc_read_termtype()
352 returnDB(TGETENT_NO); in _nc_read_termtype()
371 returnDB(TGETENT_NO); in _nc_read_termtype()
385 returnDB(TGETENT_NO); in _nc_read_termtype()
394 returnDB(TGETENT_NO); in _nc_read_termtype()
398 returnDB(TGETENT_NO); in _nc_read_termtype()
402 returnDB(TGETENT_NO); in _nc_read_termtype()
433 returnDB(TGETENT_NO); in _nc_read_termtype()
459 returnDB(TGETENT_NO); in _nc_read_termtype()
[all …]
H A Dparse_entry.c302 returnDB(EOF); in _nc_parse_entry()
338 returnDB(ERR); in _nc_parse_entry()
646 returnDB(OK); in _nc_parse_entry()
/openbsd-src/lib/libcurses/
H A Dcurses.priv.h1698 #define returnDB(rc) do { TR(TRACE_DATABASE,(T_RETURN("code %d"), (rc))); return (rc); } while (0) macro
1774 #define returnDB(code) return code macro