Searched refs:term_ostream_t (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-ostream.oo.h67 term_color_t rgb_to_color (term_ostream_t stream,
71 term_color_t get_color (term_ostream_t stream);
72 void set_color (term_ostream_t stream, term_color_t color);
75 term_color_t get_bgcolor (term_ostream_t stream);
76 void set_bgcolor (term_ostream_t stream, term_color_t color);
79 term_weight_t get_weight (term_ostream_t stream);
80 void set_weight (term_ostream_t stream, term_weight_t weight);
83 term_posture_t get_posture (term_ostream_t stream);
84 void set_posture (term_ostream_t stream, term_posture_t posture);
87 term_underline_t get_underline (term_ostream_t strea
[all...]
H A Dterm-ostream.oo.c937 /* ============================ term_ostream_t ============================ */
982 simplify_attributes (term_ostream_t stream, attributes_t attr)
1139 out_attr_change (term_ostream_t stream,
1428 output_buffer (term_ostream_t stream)
1524 term_ostream::rgb_to_color (term_ostream_t stream, int red, int green, int blue)
1546 term_ostream::write_mem (term_ostream_t stream, const void *data, size_t len)
1597 term_ostream::flush (term_ostream_t stream)
1603 term_ostream::free (term_ostream_t stream)
1633 /* Implementation of term_ostream_t methods. */
1636 term_ostream::get_color (term_ostream_t strea
[all...]
H A Dterm-styled-ostream.oo.c66 term_ostream_t destination;
283 term_ostream_t stream)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-ostream.oo.h67 term_color_t rgb_to_color (term_ostream_t stream,
71 term_color_t get_color (term_ostream_t stream);
72 void set_color (term_ostream_t stream, term_color_t color);
75 term_color_t get_bgcolor (term_ostream_t stream);
76 void set_bgcolor (term_ostream_t stream, term_color_t color);
79 term_weight_t get_weight (term_ostream_t stream);
80 void set_weight (term_ostream_t stream, term_weight_t weight);
83 term_posture_t get_posture (term_ostream_t stream);
84 void set_posture (term_ostream_t stream, term_posture_t posture);
87 term_underline_t get_underline (term_ostream_t strea
[all...]
H A Dterm-ostream.h66 /* term_ostream_t is defined as a pointer to struct term_ostream_representation.
70 struct term_ostream_t struct
75 term_ostream_t () : _pointer (NULL) {} function in struct:term_ostream_t
76 term_ostream_t (struct term_ostream_representation *pointer) : _pointer (pointer) {} function in struct:term_ostream_t
84 explicit term_ostream_t (ostream_t x) : _pointer ((struct term_ostream_representation *) (void *) x) {} function in struct:term_ostream_t
87 typedef ostream_t term_ostream_t; typedef
91 extern void term_ostream_write_mem (term_ostream_t first_arg, const void *data, size_t len);
92 extern void term_ostream_flush (term_ostream_t first_arg);
93 extern void term_ostream_free (term_ostream_t first_arg);
94 extern term_color_t term_ostream_rgb_to_color (term_ostream_t first_ar
[all...]
H A Dterm_styled_ostream.priv.h11 term_ostream_t destination;
H A Dterm-ostream.c940 /* ============================ term_ostream_t ============================ */
959 simplify_attributes (term_ostream_t stream, attributes_t attr)
1116 out_attr_change (term_ostream_t stream,
1405 output_buffer (term_ostream_t stream)
1501 term_ostream__rgb_to_color (term_ostream_t stream, int red, int green, int blue)
1523 term_ostream__write_mem (term_ostream_t stream, const void *data, size_t len)
1574 term_ostream__flush (term_ostream_t stream)
1580 term_ostream__free (term_ostream_t stream)
1610 /* Implementation of term_ostream_t methods. */
1613 term_ostream__get_color (term_ostream_t strea
[all...]
H A Dterm-ostream.oo.c937 /* ============================ term_ostream_t ============================ */
982 simplify_attributes (term_ostream_t stream, attributes_t attr)
1139 out_attr_change (term_ostream_t stream,
1428 output_buffer (term_ostream_t stream)
1524 term_ostream::rgb_to_color (term_ostream_t stream, int red, int green, int blue)
1546 term_ostream::write_mem (term_ostream_t stream, const void *data, size_t len)
1597 term_ostream::flush (term_ostream_t stream)
1603 term_ostream::free (term_ostream_t stream)
1633 /* Implementation of term_ostream_t methods. */
1636 term_ostream::get_color (term_ostream_t strea
[all...]
H A Dterm-styled-ostream.oo.c66 term_ostream_t destination;
283 term_ostream_t stream)
H A Dterm-styled-ostream.c280 term_ostream_t stream)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-term-ostream.c26 term_ostream_t stream;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-term-ostream.c26 term_ostream_t stream;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dcolor.c99 term_ostream_t stream;

Completed in 261 milliseconds