Lines Matching defs:ite_softc
51 struct ite_softc { struct
52 struct tty *tp;
53 char argbuf[MAX_ARGSIZE];
54 struct grf_softc *grf; /* XXX */
55 void *priv;
56 char *ap;
57 u_char *tabs;
58 int flags;
59 int open_count;
60 short cursorx;
61 short cursory;
62 short rows;
63 short cols;
64 u_char *font;
65 u_char *cursor;
66 u_char font_lo;
67 u_char font_hi;
68 short cpl; /* XXX? */
69 short ftheight;
70 short ftwidth;
71 short ftbaseline;
72 short ftboldsmear;
73 short planemask;
74 short pos;
75 char imode;
76 char fpd;
77 char hold;
78 u_char escape;
79 u_char cursor_opt;
80 u_char key_repeat;
81 char GL;
82 char GR;
83 char G0;
84 char G1;
85 char G2;
86 char G3;
87 char linefeed_newline;
88 char auto_wrap;
89 char cursor_appmode;
90 char keypad_appmode;
91 short top_margin;
92 short bottom_margin;
93 short inside_margins;
94 short eightbit_C1;
95 short emul_level;
96 enum ite_attr attribute;
97 enum ite_attr save_attribute;
98 int curx;
99 int save_curx;
100 int cury;
101 int save_cury;