Home
last modified time | relevance | path

Searched refs:ts_color_map (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h262 color_map_fn_t ts_color_map; member
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h287 color_map_fn_t ts_color_map; member
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c581 tems.ts_color_map = tp->color_map; in tems_setup_terminal()
H A Dtem_safe.c2587 fg->n = tems.ts_color_map(fg->n); in tem_safe_get_color()
2588 bg->n = tems.ts_color_map(bg->n); in tem_safe_get_color()
/illumos-gate/usr/src/boot/common/
H A Dtem.c494 tems.ts_color_map = tp->color_map; in tems_setup_terminal()