Lines Matching defs:ite_softc
64 struct ite_softc { struct
65 device_t device;
66 struct grf_softc *grf;
67 struct itesw *isw;
68 int flags;
69 int type;
70 int open_cnt;
71 void *priv;
72 short curx, cury;
73 short cursorx, cursory;
74 u_char *font;
75 u_char *cursor;
76 u_char font_lo, font_hi;
77 short rows, cols;
78 short cpl;
79 short ftheight, ftwidth, ftbaseline, ftboldsmear;
80 short attribute;
81 u_char *attrbuf;
82 short planemask;
83 short pos;
84 char imode, fpd, hold;
85 u_char escape, cursor_opt, key_repeat;
86 char *GL, *GR, *save_GL;
87 char G0, G1, G2, G3;
88 char fgcolor, bgcolor;
89 char linefeed_newline, auto_wrap;
90 char cursor_appmode, keypad_appmode;
91 char argbuf[ARGBUF_SIZE], *ap, *tabs;
92 char emul_level, eightbit_C1;
93 int top_margin, bottom_margin;
94 char inside_margins, sc_om;
95 short save_curx, save_cury, save_attribute, save_char;
96 char sc_G0, sc_G1, sc_G2, sc_G3;
97 char *sc_GL, *sc_GR;
98 enum {
102 } dcs_cmd;
103 enum {
111 } decsixel_state;
112 int decsixel_ph;
113 int decsixel_x;
114 int decsixel_y;
115 int decsixel_repcount;
116 int decsixel_color;
117 int decsixel_ormode;
119 uint32_t decsixel_buf[MAX_SIXEL_WIDTH];