Searched refs:eucwioc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c725 bzero(&tp->eucwioc, EUCSIZE);
726 tp->eucwioc.eucw[0] = 1; /* ASCII mem & screen width */
727 tp->eucwioc.scrw[0] = 1;
4356 cp_eucwioc(euciocp, &tp->eucwioc, EUCIN);
4357 tp->eucwioc.eucw[0] = tp->eucwioc.scrw[0] = 1;
4379 if (tp->eucwioc.eucw[i] > tp->t_maxeuc)
4380 tp->t_maxeuc = tp->eucwioc.eucw[i];
4381 if (tp->eucwioc.scrw[i] > 1)
4436 tp->eucwioc
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h236 uchar_t t_eucpad; /* padding ... for eucwioc */
237 eucioc_t eucwioc; /* eucioc structure (have to use bcopy) */ member in struct:ldterm_mod

Completed in 55 milliseconds