Searched refs:ITTY (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | open.c | 44 struct termio ITTY, PTTY; variable in typeref:struct:termio 52 (void) ioctl(OUTF, TCGETA, &ITTY); 54 PTTY = ITTY;
|
H A D | con.h | 55 extern struct termio ITTY, PTTY;
|
H A D | subr.c | 95 (void) ioctl(OUTF, TCSETAW, &ITTY);
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | open.c | 44 struct termio ITTY, PTTY; variable in typeref:struct:termio 52 (void) ioctl(OUTF, TCGETA, &ITTY); 54 PTTY = ITTY;
|
H A D | con.h | 68 extern struct termio ITTY, PTTY;
|
H A D | subr.c | 102 struct termio ITTY; local 105 (void) ioctl(OUTF, TCSETAW, &ITTY);
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | open.c | 43 struct termio ITTY, PTTY; variable in typeref:struct:termio 50 (void) ioctl(OUTF, TCGETA, &ITTY); 52 PTTY = ITTY;
|
H A D | con.h | 64 extern struct termio ITTY, PTTY;
|
H A D | subr.c | 99 (void) ioctl(OUTF, TCSETAW, &ITTY);
|
Completed in 64 milliseconds