Searched refs:wattr_set (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libcurses/
H A Dcurses.h840 extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, NCURSES_PAIRS_T, void *); /* generated */
1276 #define attr_set(a,c,o) wattr_set(stdscr,(a),(c),(o))
1372 #define wattr_set(win,a,p,opts) \ macro
1392 #define wattr_set(win,a,p,opts) \ macro
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp543 wattr_set(m_window, saved_attr, saved_pair, nullptr);
554 wattr_set(m_window, saved_attr, saved_pair, nullptr);

Completed in 189 milliseconds