Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_winch.c50 returnChtype((chtype) CharOf(win->_line[win->_cury].text[win->_curx]) in NCURSES_EXPORT()
53 returnChtype(0); in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c422 returnChtype(attrs); in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1845 #define returnChtype(code) TRACE_RETURN(code,chtype) macro
1919 #define returnChtype(code) return code macro