Home
last modified time | relevance | path

Searched refs:NCURSES_COLOR_T (Results 1 – 22 of 22) sorted by relevance

/dports/devel/ncurses/ncurses-6.3/test/
H A Dcolor_content.c38 typedef NCURSES_COLOR_T my_color_t;
84 (NCURSES_COLOR_T) r, in InitColor()
85 (NCURSES_COLOR_T) g, in InitColor()
86 (NCURSES_COLOR_T) b); in InitColor()
98 NCURSES_COLOR_T r, g, b; in ColorContent()
99 if ((rc = color_content((NCURSES_COLOR_T) color, &r, &g, &b)) == OK) { in ColorContent()
108 …tColor(color,r,g,b) init_color((NCURSES_COLOR_T)color,(NCURSES_COLOR_T)r,(NCURSES_COLOR_T)g,…
109 #define ColorContent(color,rp,gp,bp) color_content((NCURSES_COLOR_T)color,rp,gp,bp)
H A Dpair_content.c38 typedef NCURSES_COLOR_T my_color_t;
83 (NCURSES_COLOR_T) fg, in InitPair()
84 (NCURSES_COLOR_T) bg); in InitPair()
105 #define InitPair(pair,fg,bg) init_pair((NCURSES_COLOR_T)pair,(NCURSES_COLOR_T)fg,(NCURSES_COLO…
H A Dbackground.c44 NCURSES_COLOR_T f, b; in test_background()
56 init_pair(1, COLOR_RED, (NCURSES_COLOR_T) default_bg); in test_background()
62 init_pair(2, (NCURSES_COLOR_T) default_fg, COLOR_BLUE); in test_background()
68 init_pair(3, (NCURSES_COLOR_T) default_fg, COLOR_CYAN); in test_background()
H A Dback_ground.c67 NCURSES_COLOR_T f, b; in test_background()
85 init_pair(1, COLOR_RED, (NCURSES_COLOR_T) default_bg); in test_background()
92 init_pair(2, (NCURSES_COLOR_T) default_fg, COLOR_BLUE); in test_background()
99 init_pair(3, (NCURSES_COLOR_T) default_fg, COLOR_CYAN); in test_background()
H A Dncurses.c160 NCURSES_COLOR_T red;
162 NCURSES_COLOR_T blue;
1339 cycle_color_attr(int ch, NCURSES_COLOR_T *fg, NCURSES_COLOR_T *bg, NCURSES_COLOR_T *tx) in cycle_color_attr()
1594 NCURSES_COLOR_T *fg, in attr_getc()
1595 NCURSES_COLOR_T *bg, in attr_getc()
1596 NCURSES_COLOR_T *tx, in attr_getc()
1952 NCURSES_COLOR_T *fg, NCURSES_COLOR_T *bg, in wide_attr_getc()
2356 NCURSES_COLOR_T fg = (NCURSES_COLOR_T) InxToFG(i); in color_test()
2357 NCURSES_COLOR_T bg = (NCURSES_COLOR_T) InxToBG(i); in color_test()
3300 init_pair(1, (NCURSES_COLOR_T) bg, (NCURSES_COLOR_T) fg); in call_slk_color()
[all …]
H A Dcolor_set.c42 NCURSES_COLOR_T f, b; in main()
H A Dtest.priv.h576 #ifndef NCURSES_COLOR_T
577 #define NCURSES_COLOR_T short macro
H A Dpicsmap.c79 #define Scaled256(n) (NCURSES_COLOR_T) (int)(((double)(n) * MaxSCALE) / 255)
80 #define ScaledColor(n) (NCURSES_COLOR_T) (int)(((double)(n) * MaxSCALE) / scale)
/dports/audio/cava/cava-0.7.4/output/
H A Dterminal_ncurses.c13 NCURSES_COLOR_T color;
14 NCURSES_COLOR_T R;
15 NCURSES_COLOR_T G;
16 NCURSES_COLOR_T B;
58 static NCURSES_COLOR_T change_color_definition(NCURSES_COLOR_T color_number, in change_color_definition()
60 NCURSES_COLOR_T predef_color) { in change_color_definition()
63 NCURSES_COLOR_T return_color_number = predef_color; in change_color_definition()
85 NCURSES_COLOR_T color_pair_number = 16; in init_terminal_ncurses()
87 NCURSES_COLOR_T bg_color_number; in init_terminal_ncurses()
92 NCURSES_COLOR_T fg_color_number; in init_terminal_ncurses()
/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dlib_color.c691 NCURSES_COLOR_T f, in NCURSES_SP_NAME()
692 NCURSES_COLOR_T b) in NCURSES_SP_NAME()
699 init_pair(NCURSES_COLOR_T pair, NCURSES_COLOR_T f, NCURSES_COLOR_T b) in init_pair()
760 NCURSES_COLOR_T r, in NCURSES_SP_NAME()
770 NCURSES_COLOR_T r, in init_color()
771 NCURSES_COLOR_T g, in init_color()
772 NCURSES_COLOR_T b) in init_color()
900 NCURSES_COLOR_T *r, in NCURSES_SP_NAME()
901 NCURSES_COLOR_T *g, in NCURSES_SP_NAME()
902 NCURSES_COLOR_T *b) in NCURSES_SP_NAME()
[all …]
H A Dlib_slkatr_set.c76 slk_attr_set(const attr_t attr, NCURSES_COLOR_T pair_arg, void *opts) in slk_attr_set()
/dports/devel/ncurses/ncurses-6.3/c++/
H A Dcursesw.cc411 NCURSES_COLOR_T
414 NCURSES_COLOR_T fore, back; in getcolor()
439 NCursesWindow::setpalette(NCURSES_COLOR_T fore, NCURSES_COLOR_T back, NCURSES_PAIRS_T pair) in setpalette()
445 NCursesWindow::setpalette(NCURSES_COLOR_T fore, NCURSES_COLOR_T back) in setpalette()
H A Dcursesw.h784 NCURSES_COLOR_T getcolor(int getback) const;
787 static int setpalette(NCURSES_COLOR_T fore, NCURSES_COLOR_T back, NCURSES_PAIRS_T pair);
920 NCURSES_COLOR_T foreground() const { return getcolor(0); } in foreground()
923 NCURSES_COLOR_T background() const { return getcolor(1); } in background()
926 int setpalette(NCURSES_COLOR_T fore, NCURSES_COLOR_T back);
/dports/devel/ncurses/ncurses-6.3/include/
H A Dcurses.h.in141 #undef NCURSES_COLOR_T
142 #define NCURSES_COLOR_T short macro
631 extern NCURSES_EXPORT(int) color_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES…
671 extern NCURSES_EXPORT(int) init_color (NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLO…
672 extern NCURSES_EXPORT(int) init_pair (NCURSES_PAIRS_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* impleme…
756 extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* im…
1001 …_SP_NAME(color_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*, NCURSES_COL…
1017 …int) NCURSES_SP_NAME(init_color) (SCREEN*, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T, NCUR…
1018 …(int) NCURSES_SP_NAME(init_pair) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* …
1035 …t) NCURSES_SP_NAME(pair_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /…
/dports/devel/ncurses/ncurses-6.3/ncurses/
H A Dnew_pair.h60 #define limit_COLOR(n) LIMIT_TYPED(n,NCURSES_COLOR_T)
/dports/net/tn5250/tn5250-0.17.4/curses/
H A Dcursesterm.c34 #ifndef NCURSES_COLOR_T
35 #define NCURSES_COLOR_T short macro
41 NCURSES_COLOR_T ref;
/dports/devel/ncurses/ncurses-6.3/ncurses/trace/
H A Dlib_traceatr.c152 NCURSES_COLOR_T fg, bg; in _traceattr2()
/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A Dwrite_entry.c749 if (tp->Numbers[i] > MAX_OF_TYPE(NCURSES_COLOR_T)) { in _nc_write_object()
/dports/devel/ncurses/ncurses-6.3/ncurses/tty/
H A Dtty_update.c541 NCURSES_COLOR_T fg, bg; in can_clear_with()
/dports/net/tn5250/tn5250-0.17.4/
H A DChangeLog434 - Applied patch from Frank Richter to fix undefined NCURSES_COLOR_T
/dports/devel/adacurses/AdaCurses-20180127/
H A DNEWS2031 + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
/dports/devel/ncurses/ncurses-6.3/
H A DNEWS3586 + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate