Home
last modified time | relevance | path

Searched refs:row_color (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/tests/
Dtest-term-ostream.c52 term_color_t row_color = colors[row].c; in main() local
56 term_ostream_set_color (stream, row_color); in main()
58 if (!(term_ostream_get_color (stream) == row_color in main()
/third_party/gettext/libtextstyle/lib/
Dcolor.c125 term_color_t row_color = colors[row].c; in print_color_test() local
129 term_ostream_set_color (stream, row_color); in print_color_test()
131 if (!(term_ostream_get_color (stream) == row_color in print_color_test()