/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/lib/ |
H A D | styled-ostream.h | 33 struct styled_ostream_representation; 41 struct styled_ostream_representation *_pointer; 44 styled_ostream_t (struct styled_ostream_representation *pointer) : _pointer (pointer) {} in styled_ostream_t() 45 struct styled_ostream_representation * operator -> () { return _pointer; } 46 operator struct styled_ostream_representation * () { return _pointer; } 52 …explicit styled_ostream_t (ostream_t x) : _pointer ((struct styled_ostream_representation *) (void… in styled_ostream_t() 103 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_write_mem() 112 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_flush() 121 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_free() 130 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_begin_use_class() [all …]
|
H A D | styled-ostream.c | 4 #define styled_ostream_representation any_ostream_representation macro 135 sizeof (struct styled_ostream_representation), 155 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_write_mem() 163 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_flush() 171 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_free() 179 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_begin_use_class() 187 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_end_use_class() 195 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_get_hyperlink_ref() 203 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_get_hyperlink_id() 211 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_set_hyperlink() [all …]
|
H A D | noop-styled-ostream.h | 45 …operator struct styled_ostream_representation * () { return (struct styled_ostream_representation … 51 …operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) … in styled_ostream_t()
|
H A D | html-styled-ostream.h | 43 …operator struct styled_ostream_representation * () { return (struct styled_ostream_representation … 49 …operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) … in styled_ostream_t()
|
H A D | term-styled-ostream.h | 44 …operator struct styled_ostream_representation * () { return (struct styled_ostream_representation … 50 …operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) … in styled_ostream_t()
|
H A D | styled_ostream.priv.h | 7 struct styled_ostream_representation struct
|
H A D | noop_styled_ostream.priv.h | 9 struct styled_ostream_representation base;
|
H A D | html_styled_ostream.priv.h | 9 struct styled_ostream_representation base;
|
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/ |
H A D | styled-ostream.h | 33 struct styled_ostream_representation; 41 struct styled_ostream_representation *_pointer; 44 styled_ostream_t (struct styled_ostream_representation *pointer) : _pointer (pointer) {} in styled_ostream_t() 45 struct styled_ostream_representation * operator -> () { return _pointer; } 46 operator struct styled_ostream_representation * () { return _pointer; } 52 …explicit styled_ostream_t (ostream_t x) : _pointer ((struct styled_ostream_representation *) (void… in styled_ostream_t() 103 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_write_mem() 112 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_flush() 121 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_free() 130 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_begin_use_class() [all …]
|
H A D | styled-ostream.c | 4 #define styled_ostream_representation any_ostream_representation macro 135 sizeof (struct styled_ostream_representation), 155 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_write_mem() 163 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_flush() 171 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_free() 179 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_begin_use_class() 187 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_end_use_class() 195 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_get_hyperlink_ref() 203 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_get_hyperlink_id() 211 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_set_hyperlink() [all …]
|
H A D | term-styled-ostream.h | 44 …operator struct styled_ostream_representation * () { return (struct styled_ostream_representation … 50 …operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) … in styled_ostream_t()
|
H A D | html-styled-ostream.h | 43 …operator struct styled_ostream_representation * () { return (struct styled_ostream_representation … 49 …operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) … in styled_ostream_t()
|
H A D | noop-styled-ostream.h | 45 …operator struct styled_ostream_representation * () { return (struct styled_ostream_representation … 51 …operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) … in styled_ostream_t()
|
H A D | styled_ostream.priv.h | 7 struct styled_ostream_representation struct
|
H A D | html_styled_ostream.priv.h | 9 struct styled_ostream_representation base;
|
H A D | noop_styled_ostream.priv.h | 9 struct styled_ostream_representation base;
|
H A D | term_styled_ostream.priv.h | 9 struct styled_ostream_representation base;
|
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/lib/ |
H A D | styled-ostream.h | 33 struct styled_ostream_representation; 41 struct styled_ostream_representation *_pointer; 44 styled_ostream_t (struct styled_ostream_representation *pointer) : _pointer (pointer) {} in styled_ostream_t() 45 struct styled_ostream_representation * operator -> () { return _pointer; } 46 operator struct styled_ostream_representation * () { return _pointer; } 52 …explicit styled_ostream_t (ostream_t x) : _pointer ((struct styled_ostream_representation *) (void… in styled_ostream_t() 103 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_write_mem() 112 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_flush() 121 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_free() 130 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_begin_use_class() [all …]
|
H A D | styled-ostream.c | 4 #define styled_ostream_representation any_ostream_representation macro 135 sizeof (struct styled_ostream_representation), 155 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_write_mem() 163 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_flush() 171 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_free() 179 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_begin_use_class() 187 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_end_use_class() 195 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_get_hyperlink_ref() 203 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_get_hyperlink_id() 211 …((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar… in styled_ostream_set_hyperlink() [all …]
|
H A D | noop-styled-ostream.h | 45 …operator struct styled_ostream_representation * () { return (struct styled_ostream_representation … 51 …operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) … in styled_ostream_t()
|
H A D | html-styled-ostream.h | 43 …operator struct styled_ostream_representation * () { return (struct styled_ostream_representation … 49 …operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) … in styled_ostream_t()
|
H A D | term-styled-ostream.h | 44 …operator struct styled_ostream_representation * () { return (struct styled_ostream_representation … 50 …operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) … in styled_ostream_t()
|
H A D | styled_ostream.priv.h | 7 struct styled_ostream_representation struct
|
H A D | noop_styled_ostream.priv.h | 9 struct styled_ostream_representation base;
|
H A D | html_styled_ostream.priv.h | 9 struct styled_ostream_representation base;
|