• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
1/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2
3/* Field layout of superclass.  */
4#include "ostream.priv.h"
5
6/* Field layout of term_ostream class.  */
7struct term_ostream_representation
8{
9  struct ostream_representation base;
10
11  int fd;
12  char *filename;
13
14
15  int max_colors;
16  int no_color_video;
17  char *set_a_foreground;
18  char *set_foreground;
19  char *set_a_background;
20  char *set_background;
21  char *orig_pair;
22  char *enter_bold_mode;
23  char *enter_italics_mode;
24  char *exit_italics_mode;
25  char *enter_underline_mode;
26  char *exit_underline_mode;
27  char *exit_attribute_mode;
28
29  bool supports_foreground;
30  bool supports_background;
31  colormodel_t colormodel;
32  bool supports_weight;
33  bool supports_posture;
34  bool supports_underline;
35
36  char *buffer;
37  attributes_t *attrbuffer;
38  size_t buflen;
39  size_t allocated;
40  attributes_t curr_attr;
41  attributes_t simp_attr;
42};
43