Searched defs:ITTY (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libplot/t300/common/
H A Dopen.c44 struct termio ITTY, PTTY; variable in typeref:struct:termio
52 (void) ioctl(OUTF, TCGETA, &ITTY);
54 PTTY = ITTY;
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dopen.c44 struct termio ITTY, PTTY; variable in typeref:struct:termio
52 (void) ioctl(OUTF, TCGETA, &ITTY);
54 PTTY = ITTY;
H A Dsubr.c102 struct termio ITTY; local
105 (void) ioctl(OUTF, TCSETAW, &ITTY);
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dopen.c43 struct termio ITTY, PTTY; variable in typeref:struct:termio
50 (void) ioctl(OUTF, TCGETA, &ITTY);
52 PTTY = ITTY;

Completed in 21 milliseconds