Home
last modified time | relevance | path

Searched refs:sg (Results 1 – 14 of 14) sorted by relevance

/original-bsd/games/rain/
H A Drain.c97 ioctl(1, TCGETA, &sg);
98 ospeed = sg.c_cflag&CBAUD;
100 gtty(1, &sg);
101 ospeed = sg.sg_ospeed;
111 ioctl(1, TCGETA, &sg);
112 sg.c_iflag &= ~ICRNL;
113 sg.c_oflag &= ~ONLCR;
114 sg.c_lflag &= ~ECHO;
115 ioctl(1, TCSETAW, &sg);
118 gtty(1, &sg);
[all …]
/original-bsd/usr.bin/uucp/libacu/
H A Dva820.c34 struct sgttyb sg; local
69 ioctl(va, TIOCGETP, &sg);
70 sg.sg_ispeed = sg.sg_ospeed = B1200;
71 sg.sg_flags |= RAW;
72 sg.sg_flags &= ~ECHO;
73 ioctl(va, TIOCSETP, &sg);
H A Drvmacs.c57 struct sgttyb sg; local
103 sg.sg_flags = RAW|ANYP;
104 sg.sg_ispeed = sg.sg_ospeed = B1200;
105 ioctl(va, TIOCSETP, &sg);
/original-bsd/sys/kern/
H A Dtty_compat.c62 register struct sgttyb *sg = (struct sgttyb *)data; local
67 sg->sg_ospeed = (speed == -1) ? 15 : speed;
69 sg->sg_ispeed = sg->sg_ospeed;
72 sg->sg_ispeed = (speed == -1) ? 15 : speed;
74 sg->sg_erase = cc[VERASE];
75 sg->sg_kill = cc[VKILL];
76 sg->sg_flags = ttcompatgetflags(tp);
87 if ((speed = sg->sg_ispeed) > 15 || speed < 0)
91 if ((speed = sg->sg_ospeed) > 15 || speed < 0)
95 term.c_cc[VERASE] = sg->sg_erase;
[all …]
/original-bsd/libexec/telnetd/
H A Dsys_term.c98 struct sgttyb sg; member
199 if (memcmp((char *)&termbuf.sg, (char *)&termbuf2.sg, in set_termbuf()
200 sizeof(termbuf.sg))) in set_termbuf()
248 *valp = termbuf.sg.sg_erase;
252 *valp = termbuf.sg.sg_kill;
692 termbuf.sg.sg_flags |= RAW; in tty_setraw()
694 termbuf.sg.sg_flags &= ~RAW; in tty_setraw()
791 termbuf.sg.sg_flags &= ~CBREAK;
793 termbuf.sg.sg_flags |= CBREAK;
839 termbuf.sg.sg_flags |= XTABS;
[all …]
/original-bsd/local/ditroff/ditroff.okeeffe/devver/vfont.desc/
H A Dsg2 name sg
H A Dfontmap48 sg sign 22
H A DDESCvar4 oe or oi ob pb pp sc sl sg sh sr si sb tR tI tB tS
H A Dmak.sh46 makevfont -nsg -a sign > sg
/original-bsd/old/dbx/
H A Dmain.c54 struct sgttyb sg; /* standard sgttyb structure */ member
440 ioctl(fileno(f), TIOCGETP, &(t->sg));
460 ioctl(fileno(f), TIOCSETN, &(t->sg));
/original-bsd/sys/vax/if/
H A Dif_hy.c1337 struct hyrsetget *sg = (struct hyrsetget *)data; local
1378 if (sg->hyrsg_len != sizeof(struct hy_route)) {
1382 if (copyin((caddr_t)(sg->hyrsg_ptr), (caddr_t)r, sg->hyrsg_len)) {
1394 if (sg->hyrsg_len < sizeof(struct hy_route)) {
1398 if (copyout((caddr_t)r, (caddr_t) (sg->hyrsg_ptr), sizeof(struct hy_route))) {
/original-bsd/share/doc/psd/21.ipc/
H A Dspell.ok126 b.sg
/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c350 TERMINAL sg; in init_baud_rate() local
357 SYS$QIOW (0, input_chan, IO$_SENSEMODE, &sg, 0, 0, in init_baud_rate()
358 &sg.class, 12, 0, 0, 0, 0 ); in init_baud_rate()
360 SETOSPEED (sg, B9600); in init_baud_rate()
361 ioctl (0, TIOCGETP, &sg); in init_baud_rate()
363 ospeed = OSPEED (sg); in init_baud_rate()
/original-bsd/share/termcap/
H A Dtermcap.src144 :se=\EG0:sg#1:so=\EG4:st=\E1:\
945 :ho=\E[H:cl=\E[H\E[J:ug#0:sg#0:\
1675 :se=^V# :sg#1:so=^V$,:ma=^K^P^R^L^L :\
1692 :cm=^K%+ %B^P%.:ug#1:sg#1:tc=regent:
2788 :ho=\E=\001\001:ma=^Kk^Ll^R^L:sg#1:
2892 # changing the so, se, and sg fields to :so=\E):se=\E(:sg#0:
2896 :co#80:li#24:sg#1:ug#1:kn#9:\
2911 :co#80:li#24:sg#1:ug#1:kn#9:\
3122 :so=\EG4:se=\EG0:sg#1:sr=\Ej:ho=^^:ug#1:
3143 :up=\EA:us=\ERH:ue=\ER@:xs:xt:sg#2:ug#1:
[all …]