Searched refs:init_color (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/curses/
H A Dextconf.rb63 init_color wcolor_set use_default_colors newpad)
H A Dcurses.c1105 * Document-method: Curses.init_color
1106 * call-seq: init_color(color, r, g, b)
1117 * When Curses.init_color is used, all occurrences of that color
1125 return (init_color(NUM2INT(color),NUM2INT(r),
2753 rb_define_module_function(mCurses, "init_color", curses_init_color, 4);
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_color.c410 init_color(short color, short r, short g, short b) function
414 T((T_CALLED("init_color(%d,%d,%d,%d)"), color, r, g, b));
/macosx-10.10/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses212 #undef init_color
213 int init_color(
H A Dllib-lncursest215 #undef init_color
216 int init_color(
H A Dllib-lncursesw249 #undef init_color
250 int init_color(
/macosx-10.10/ncurses-44/ncurses/ncurses/tty/
H A Dtty_update.c1906 init_color(n,
/macosx-10.10/ncurses-44/ncurses/include/
H A Dcurses.h.in585 extern NCURSES_EXPORT(int) init_color (short,short,short,short); /* implemented */
H A Dcurses.head585 extern NCURSES_EXPORT(int) init_color (short,short,short,short); /* implemented */
/macosx-10.10/ncurses-44/ncurses/test/
H A Dncurses.c2273 if (init_color(current, red, green, blue) == ERR)
2283 init_color(c,

Completed in 118 milliseconds