Home
last modified time | relevance | path

Searched refs:POSTURE_NORMAL (Results 1 – 6 of 6) sorted by relevance

/third_party/gettext/libtextstyle/lib/
Dcolor.c261 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test()
262 if (term_ostream_get_posture (stream) != POSTURE_NORMAL) in print_color_test()
304 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test()
318 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test()
329 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test()
351 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test()
365 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test()
376 term_ostream_set_posture (stream, POSTURE_NORMAL); in print_color_test()
Dtextstyle.h215 POSTURE_NORMAL = 0, enumerator
217 POSTURE_DEFAULT = POSTURE_NORMAL
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dterm-ostream.oo.h49 POSTURE_NORMAL = 0, enumerator
51 POSTURE_DEFAULT = POSTURE_NORMAL
Dterm-ostream.oo.c1673 if (old_attr.posture != POSTURE_NORMAL in out_attr_change()
1674 && new_attr.posture == POSTURE_NORMAL in out_attr_change()
1678 old_attr.posture = POSTURE_NORMAL; in out_attr_change()
1691 || (old_attr.posture != POSTURE_NORMAL in out_attr_change()
1692 && new_attr.posture == POSTURE_NORMAL in out_attr_change()
1703 old_attr.posture = POSTURE_NORMAL; in out_attr_change()
Dterm-styled-ostream.oo.c383 return POSTURE_NORMAL; in style_compute_font_posture_value()
/third_party/gettext/libtextstyle/gnulib-local/tests/
Dtest-term-ostream.c181 term_ostream_set_posture (stream, POSTURE_NORMAL); in main()
182 if (term_ostream_get_posture (stream) != POSTURE_NORMAL) in main()