Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmextern.h55 struct termios *, struct termiox *, struct winsize *,
59 struct stio *, struct termiox *, struct winsize *,
62 struct stio *, struct termiox *, struct winsize *,
66 struct termios *, struct termiox *, struct winsize *);
68 struct stio *, struct termiox *, struct winsize *);
70 struct stio *, struct termiox *, struct winsize *,
H A Dtmterm.c65 struct termiox termiox; in set_termio() local
80 &termiox, &winsize)) < 0) { in set_termio()
108 &termiox, &winsize)) != NULL) { in set_termio()
116 &termiox, &winsize, &owinsize) != 0) { in set_termio()
H A Dsttyparse.c70 struct termios *cb, struct termiox *termiox, struct winsize *winsize argument
289 termiox->x_hflag &= ~hmodes[i].reset;
290 termiox->x_hflag |= hmodes[i].set;
294 termiox->x_cflag &= ~clkmodes[i].reset;
295 termiox->x_cflag |= clkmodes[i].set;
366 struct stio *stermio, struct termiox *termiox, struct winsize *winsize argument
397 if (ioctl(fd, TCGETX, termiox) == 0)
427 struct stio *stermio, struct termiox *termiox, struct winsize *winsize, argument
464 if (ioctl(fd, TCSETXW, termiox) == -1)
H A Dstty.c65 static struct termiox termiox; variable
142 if ((term = get_ttymode(0, &ocb, &cb, &stio, &termiox, &winsize in main()
202 s_arg = sttyparse(argc, argv, term, &ocb, &cb, &termiox, &winsize, in main()
205 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()
449 m = termiox.x_hflag; in prmodes()
460 m = termiox.x_cflag; in prmodes()
648 m = termiox.x_hflag; in pramodes()
654 m = termiox.x_cflag; in pramodes()
H A Dtmttydefs.c305 struct termiox termiox; in check_flags() local
327 &termiox, &winsize)) != NULL) { in check_flags()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c45 sttyparse(argc, argv, term, ocb, cb, termiox, winsize) in sttyparse() argument
53 struct termiox *termiox;
244 termiox->x_hflag &= ~hmodes[i].reset;
245 termiox->x_hflag |= hmodes[i].set;
249 termiox->x_cflag &= ~clkmodes[i].reset;
250 termiox->x_cflag |= clkmodes[i].set;
330 get_ttymode(fd, termio, termios, stermio, termiox, winsize) in get_ttymode() argument
335 struct termiox *termiox;
361 if(ioctl(fd, TCGETX, termiox) == 0)
371 set_ttymode(fd, term, termio, termios, stermio, termiox, winsize, owinsize) in set_ttymode() argument
[all …]
H A Dstty.c49 static struct termiox termiox; variable
100 &ocb, &cb, &stio, &termiox, &winsize)) < 0) { in main()
129 &ocb, &cb, &stio, &termiox, &winsize)) < 0) { in main()
139 &ocb, &cb, &stio, &termiox, &winsize)) < 0) { in main()
169 term, &ocb, &cb, &termiox, &winsize)) { in main()
175 term, &ocb, &cb, &stio, &termiox, &winsize, &owinsize) == -1) { in main()
403 m = termiox.x_hflag; in prmodes()
414 m = termiox.x_cflag; in prmodes()
593 m = termiox.x_hflag; in pramodes()
599 m = termiox.x_cflag; in pramodes()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermiox.h107 struct termiox { struct
H A DMakefile608 termiox.h \
/illumos-gate/usr/src/man/man4i/
H A DMakefile39 termiox.4i \
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c684 struct termiox termiox; in show_termiox() local
687 if (Pread(Proc, &termiox, sizeof (termiox), offset) in show_termiox()
688 == sizeof (termiox)) { in show_termiox()
691 termiox.x_hflag, in show_termiox()
692 termiox.x_cflag, in show_termiox()
693 termiox.x_rflag[0]); in show_termiox()
695 (void) printf(",0%.3o", termiox.x_rflag[i]); in show_termiox()
697 termiox.x_sflag); in show_termiox()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header.p5m1416 file path=usr/include/sys/termiox.h
1942 file path=usr/share/man/man4i/termiox.4i