Home
last modified time | relevance | path

Searched refs:termiox (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/ucbcmd/stty/
H A Dsttyparse.c48 sttyparse(argc, argv, term, ocb, cb, termiox, winsize) in sttyparse() argument
56 struct termiox *termiox;
247 termiox->x_hflag &= ~hmodes[i].reset;
248 termiox->x_hflag |= hmodes[i].set;
252 termiox->x_cflag &= ~clkmodes[i].reset;
253 termiox->x_cflag |= clkmodes[i].set;
333 get_ttymode(fd, termio, termios, stermio, termiox, winsize) in get_ttymode() argument
338 struct termiox *termiox;
364 if(ioctl(fd, TCGETX, termiox) == 0)
374 set_ttymode(fd, term, termio, termios, stermio, termiox, winsize, owinsize) in set_ttymode() argument
[all …]
H A Dstty.c48 static struct termiox termiox; variable
99 &ocb, &cb, &stio, &termiox, &winsize)) < 0) { in main()
128 &ocb, &cb, &stio, &termiox, &winsize)) < 0) { in main()
138 &ocb, &cb, &stio, &termiox, &winsize)) < 0) { in main()
168 term, &ocb, &cb, &termiox, &winsize)) { in main()
174 term, &ocb, &cb, &stio, &termiox, &winsize, &owinsize) == -1) { in main()
402 m = termiox.x_hflag; in prmodes()
413 m = termiox.x_cflag; in prmodes()
592 m = termiox.x_hflag; in pramodes()
598 m = termiox.x_cflag; in pramodes()
/titanic_44/usr/src/cmd/ttymon/
H A Dtmterm.c76 struct termiox termiox; local
93 &termiox, &winsize)) < 0) {
122 &termiox, &winsize)) != NULL) {
130 &termiox, &winsize, &owinsize) != 0) {
H A Dsttyparse.c70 struct termios *cb, struct termiox *termiox, struct winsize *winsize argument
283 termiox->x_hflag &= ~hmodes[i].reset;
284 termiox->x_hflag |= hmodes[i].set;
288 termiox->x_cflag &= ~clkmodes[i].reset;
289 termiox->x_cflag |= clkmodes[i].set;
360 struct stio *stermio, struct termiox *termiox, struct winsize *winsize argument
391 if (ioctl(fd, TCGETX, termiox) == 0)
421 struct stio *stermio, struct termiox *termiox, struct winsize *winsize, argument
458 if (ioctl(fd, TCSETXW, termiox) == -1)
H A Dstty.c72 static struct termiox termiox; variable
149 if ((term = get_ttymode(0, &ocb, &cb, &stio, &termiox, &winsize in main()
203 if (s_arg = sttyparse(argc, argv, term, &ocb, &cb, &termiox, &winsize in main()
223 if (set_ttymode(0, term, &ocb, &cb, &stio, &termiox, &winsize, &owinsize in main()
444 m = termiox.x_hflag; in prmodes()
455 m = termiox.x_cflag; in prmodes()
641 m = termiox.x_hflag; in pramodes()
647 m = termiox.x_cflag; in pramodes()
H A Dtmttydefs.c309 struct termiox termiox; local
332 &termiox, &winsize)) != NULL) {
/titanic_44/usr/src/uts/common/sys/
H A Dtermiox.h109 struct termiox { struct
H A DMakefile578 termiox.h \
/titanic_44/usr/src/man/man7i/
H A DMakefile39 termiox.7i \
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c687 struct termiox termiox; in show_termiox() local
690 if (Pread(Proc, &termiox, sizeof (termiox), offset) in show_termiox()
691 == sizeof (termiox)) { in show_termiox()
694 termiox.x_hflag, in show_termiox()
695 termiox.x_cflag, in show_termiox()
696 termiox.x_rflag[0]); in show_termiox()
698 (void) printf(",0%.3o", termiox.x_rflag[i]); in show_termiox()
700 termiox.x_sflag); in show_termiox()
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-header.mf1482 file path=usr/include/sys/termiox.h
1929 file path=usr/share/man/man7i/termiox.7i