HomeSort by: relevance | last modified time | path
    Searched refs:color_pair (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
cchar.c 53 short *color_pair, void *opts)
67 if (attrs == NULL || color_pair == NULL)
73 *color_pair = PAIR_NUMBER(wcval->attributes);
75 *color_pair = 0;
88 short color_pair, const void *opts)
114 if (__using_color && color_pair)
115 wcval->attributes |= COLOR_PAIR(color_pair);
  /src/tests/lib/libcurses/slave/
curses_commands.c 4503 ARG_SHORT(color_pair);
4507 report_return(setcchar(&wcval, wch, attrs, color_pair, NULL));
4517 short color_pair; local in function:cmd_getcchar
4528 report_return(getcchar(wcval, wch, &attrs, &color_pair, NULL));
4531 report_int(color_pair);

Completed in 15 milliseconds