Home
last modified time | relevance | path

Searched refs:COLOR_PAIR (Results 1 – 7 of 7) sorted by relevance

/openbsd/games/grdc/
H A Dgrdc.c139 attrset(COLOR_PAIR(2)); in main()
180 attrset(COLOR_PAIR(3)); in main()
210 attrset(COLOR_PAIR(2)); in main()
309 attron(COLOR_PAIR(1)); in standt()
315 attron(COLOR_PAIR(2)); in standt()
/openbsd/lib/libcurses/
H A Dmanhtml.externs32 COLOR_PAIR(1)
33 COLOR_PAIR(2)
34 COLOR_PAIR(3)
H A Dcurses.h635 extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */
1261 #define COLOR_PAIR(n) (NCURSES_BITS((n), 0) & A_COLOR) macro
1395 (attr_t)COLOR_PAIR(p))), \
H A Dcurses.priv.h510 #define ColorPair(pair) COLOR_PAIR(pair)
/openbsd/games/bs/
H A Dbs.c419 attron(COLOR_PAIR(COLOR_BLUE)); in initgame()
434 attron(COLOR_PAIR(COLOR_BLUE)); in initgame()
808 attron(COLOR_PAIR(COLOR_GREEN)); in hitship()
861 attron(COLOR_PAIR(COLOR_RED)); in plyturn()
863 attron(COLOR_PAIR(COLOR_GREEN)); in plyturn()
1018 attron(COLOR_PAIR(COLOR_RED)); in cpufire()
1020 attron(COLOR_PAIR(COLOR_GREEN)); in cpufire()
/openbsd/lib/libcurses/base/
H A Dlib_screen.c241 ? COLOR_PAIR(255) in decode_attr()
242 : COLOR_PAIR(value)); in decode_attr()
335 *target = (ChCharOf(value) | attr | (chtype) COLOR_PAIR(color)); in decode_chtype()
836 COLOR_PAIR((int) attr), in putwin()
851 COLOR_PAIR((int) attr), in putwin()
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp404 ::wbkgd(m_window, COLOR_PAIR(color_pair_idx)); in SetBackground()
498 ::wattron(m_window, COLOR_PAIR(WhiteOnBlue)); in OutputColoredStringTruncated()
545 ::wattron(m_window, COLOR_PAIR(WhiteOnBlue)); in OutputColoredStringTruncated()
758 attr = A_BOLD | COLOR_PAIR(BlackOnWhite); in DrawTitleBox()
1147 surface.AttributeOn(COLOR_PAIR(RedOnBlack)); in DrawError()
1151 surface.AttributeOff(COLOR_PAIR(RedOnBlack)); in DrawError()
2576 surface.AttributeOn(COLOR_PAIR(RedOnBlack)); in DrawError()
2580 surface.AttributeOff(COLOR_PAIR(RedOnBlack)); in DrawError()
5774 changd_attr = COLOR_PAIR(RedOnBlack) | A_BOLD; in DisplayRowObject()
7006 bp_attr = COLOR_PAIR(BlackOnWhite); in WindowDelegateDraw()
[all …]