Searched refs:PTTY (Results 1 - 6 of 6) 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: 54 PTTY = ITTY; 55 PTTY.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET); 56 PTTY.c_cflag |= CSTOPB; 57 (void) ioctl(OUTF, TCSETAW, &PTTY);
|
H A D | con.h | 55 extern struct termio ITTY, PTTY;
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | open.c | 44 struct termio ITTY, PTTY; variable in typeref:struct: 54 PTTY = ITTY; 55 PTTY.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET); 56 PTTY.c_cflag |= CSTOPB; 57 (void) ioctl(OUTF, TCSETAW, &PTTY);
|
H A D | con.h | 68 extern struct termio ITTY, PTTY;
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | open.c | 43 struct termio ITTY, PTTY; variable in typeref:struct: 52 PTTY = ITTY; 53 PTTY.c_oflag &= ~(ONLCR|OCRNL|ONOCR|ONLRET); 54 PTTY.c_cflag |= CSTOPB; 55 (void) ioctl(OUTF, TCSETAW, &PTTY);
|
H A D | con.h | 64 extern struct termio ITTY, PTTY;
|
Completed in 20 milliseconds