Home
last modified time | relevance | path

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

/openbsd/src/games/grdc/
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/src/lib/libcurses/
Dmanhtml.externs32 COLOR_PAIR(1)
33 COLOR_PAIR(2)
34 COLOR_PAIR(3)
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))), \
Dcurses.priv.h510 #define ColorPair(pair) COLOR_PAIR(pair)
/openbsd/src/games/bs/
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/src/lib/libcurses/base/
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/src/gnu/llvm/lldb/source/Core/
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()
550 ::wattron(m_window, COLOR_PAIR(value - ANSI_FG_COLOR_BLACK + 1 + 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()
2657 surface.AttributeOn(A_BOLD | COLOR_PAIR(BlackOnWhite)); in DrawSubmitHint()
[all …]