HomeSort by: relevance | last modified time | path
    Searched refs:color_pair (Results 1 - 4 of 4) 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/external/gpl3/gdb/dist/gdb/tui/
tui-io.c 198 struct color_pair struct
203 bool operator== (const color_pair &other) const noexcept
213 size_t operator() (const color_pair &val) const noexcept
215 static_assert (std::has_unique_object_representations_v<color_pair>);
223 static gdb::unordered_map<color_pair, int, color_pair_hash> color_pair_map; variable
295 color_pair c = { fg, bg };
328 wattroff (w, COLOR_PAIR (last_color_pair));
329 wattron (w, COLOR_PAIR (0));
350 wattroff (w, COLOR_PAIR (last_color_pair));
351 wattron (w, COLOR_PAIR (pair))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-io.c 188 struct color_pair struct
193 bool operator< (const color_pair &o) const
202 static std::map<color_pair, int> color_pair_map; variable
274 color_pair c = { fg, bg };
303 wattroff (w, COLOR_PAIR (last_color_pair));
304 wattron (w, COLOR_PAIR (0));
325 wattroff (w, COLOR_PAIR (last_color_pair));
326 wattron (w, COLOR_PAIR (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
4528 report_return(getcchar(wcval, wch, &attrs, &color_pair, NULL));
4531 report_int(color_pair);

Completed in 99 milliseconds