Searched defs:tem_vt_state (Results 1 – 1 of 1) sorted by relevance
144 struct tem_vt_state { struct145 kmutex_t tvs_lock;146 uchar_t tvs_fbmode; /* framebuffer mode */147 unsigned short tvs_flags; /* flags for this x3.64 terminal */148 int tvs_state; /* state in output esc seq processing */149 boolean_t tvs_gotparam; /* does output esc seq have a param */151 int tvs_curparam; /* current param # of output esc seq */152 int tvs_paramval; /* value of current param */153 int tvs_params[TEM_MAXPARAMS]; /* parameters of output esc seq */154 screen_pos_t tvs_tabs[TEM_MAXTAB]; /* tab stops */[all …]