Searched refs:get_ttymode (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmterm.c | 85 extern int get_ttymode(), set_ttymode(); 92 if ((term = get_ttymode(fd, &termio, &termios, &stermio,
|
H A D | stty.c | 64 extern int get_ttymode(); 149 if ((term = get_ttymode(0, &ocb, &cb, &stio, &termiox, &winsize in main()
|
H A D | sttyparse.c | 359 get_ttymode(int fd, struct termio *termio, struct termios *termios, function
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | stty.c | 98 if ((term = get_ttymode(i, in main() 127 if ((term = get_ttymode(i, in main() 137 if ((term = get_ttymode(ioctl_desc, in main()
|
H A D | sttyparse.c | 333 get_ttymode(fd, termio, termios, stermio, termiox, winsize) in get_ttymode() function
|