Searched defs:termiox (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmterm.c39 #include <sys/termiox.h>
76 struct termiox termiox; local
93 &termiox, &winsize)) < 0) {
122 &termiox, &winsize)) != NULL) {
130 &termiox, &winsize, &owinsize) != 0) {
H A Dstty.c40 #include <sys/termiox.h>
72 static struct termiox termiox; variable in typeref:struct:termiox
149 if ((term = get_ttymode(0, &ocb, &cb, &stio, &termiox, &winsize
203 if (s_arg = sttyparse(argc, argv, term, &ocb, &cb, &termiox, &winsize
223 if (set_ttymode(0, term, &ocb, &cb, &stio, &termiox, &winsize, &owinsize
444 m = termiox.x_hflag;
455 m = termiox.x_cflag;
641 m = termiox.x_hflag;
647 m = termiox
[all...]
H A Dsttyparse.c42 #include <sys/termiox.h>
70 struct termios *cb, struct termiox *termiox, struct winsize *winsize
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
391 if (ioctl(fd, TCGETX, termiox)
69 sttyparse(int argc, char *argv[], int term, struct termio *ocb, struct termios *cb, struct termiox *termiox, struct winsize *winsize , eucwidth_t *wp, struct eucioc *kwp, ldterm_cs_data_user_t *cswp, ldterm_cs_data_user_t *kcswp ) argument
359 get_ttymode(int fd, struct termio *termio, struct termios *termios, struct stio *stermio, struct termiox *termiox, struct winsize *winsize , struct eucioc *kwp, ldterm_cs_data_user_t *kcswp ) argument
420 set_ttymode(int fd, int term, struct termio *termio, struct termios *termios, struct stio *stermio, struct termiox *termiox, struct winsize *winsize, struct winsize *owinsize , struct eucioc *kwp, ldterm_cs_data_user_t *kcswp, int invalid_ldterm_dat_file ) argument
[all...]
H A Dtmttydefs.c42 #include <sys/termiox.h>
309 struct termiox termiox; local
332 &termiox, &winsize)) != NULL) {
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c35 #include <sys/termiox.h>
48 static struct termiox termiox; variable in typeref:struct:termiox
99 &ocb, &cb, &stio, &termiox, &winsize)) < 0) {
128 &ocb, &cb, &stio, &termiox, &winsize)) < 0) {
138 &ocb, &cb, &stio, &termiox, &winsize)) < 0) {
168 term, &ocb, &cb, &termiox, &winsize)) {
174 term, &ocb, &cb, &stio, &termiox, &winsize, &owinsize) == -1) {
402 m = termiox.x_hflag;
413 m = termiox
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dtermiox.h109 struct termiox { struct
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c61 #include <sys/termiox.h>
688 struct termiox termiox; local
691 if (Pread(Proc, &termiox, sizeof (termiox), offset)
692 == sizeof (termiox)) {
695 termiox.x_hflag,
696 termiox.x_cflag,
697 termiox.x_rflag[0]);
699 (void) printf(",0%.3o", termiox
[all...]

Completed in 51 milliseconds