Searched refs:start_color (Results 1 – 25 of 28) sorted by relevance
12
2 call OK start_color
1 include start_color
252 AC_CHECK_FUNC(start_color,[AC_DEFINE(HAVE_COLOR,1,[Define to 1 if (n)curses has start_color functio…
454 (void) start_color(); in dlg_color_setup()
14705 which can conflict with char start_color (); below. */14713 char start_color ();14725 f = start_color; /* workaround for ICC 12.0.3 */ if (f == 0) return 1;
113 start_color(); in main()
186 fun:start_color
354 "start_color" @254 NONAME
275 "start_color" @254 NONAME ; implemented
371 start_color(); in main()
172 start_color(); in main()
314 start_color(); in main()
240 start_color(void) in start_color() function
644 curs_color.3 start_color.3 \
1371 start_color(); in main()
1067 extern int start_color(void);
201 #undef start_color202 int start_color(void)
204 #undef start_color205 int start_color(void)
238 #undef start_color239 int start_color(void)
1184 + start_color() now returns OK if colors have already been started.1185 start_color() also returns ERR if it cannot allocate memory.
716 extern NCURSES_EXPORT(int) start_color (void); /* implemented */
4173 report_return(start_color()); in cmd_start_color()