Home
last modified time | relevance | path

Searched refs:IS_WRAPPED (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_clreol.c64 if (IS_WRAPPED(win) != 0 in NCURSES_EXPORT()
73 if (IS_WRAPPED(win) in NCURSES_EXPORT()
H A Dlib_getstr.c162 } else if (IS_WRAPPED(win)) { in wgetnstr_events()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c184 } else if (IS_WRAPPED(win)) { in wgetn_wstr()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h606 #define IS_WRAPPED(w) ((w)->_flags & _WRAPPED) macro