Home
last modified time | relevance | path

Searched refs:ospeed (Results 1 – 20 of 20) sorted by relevance

/titanic_50/usr/src/ucblib/libtermcap/
H A Dtputs.c55 short ospeed; variable
116 if (ospeed <= 0 || ospeed >= (sizeof (tmspc10) / sizeof (tmspc10[0]))) in tputs()
126 mspc10 = tmspc10[ospeed]; in tputs()
H A Dmapfile-vers44 ospeed;
/titanic_50/usr/src/cmd/vi/port/
H A Dex_tty.c60 if (ospeed != speed) in gettmode()
62 ospeed = speed; in gettmode()
136 if (ospeed < B1200) in setterm()
138 else if (ospeed < B2400) in setterm()
253 if (ospeed == B1200 && !value(vi_REDRAW)) in setterm()
H A Dex_set.c48 extern short ospeed; in set()
245 if (ospeed >= B1200) { in set()
253 if (ospeed < B1200 || ospeed >= B2400) in set()
257 if (ospeed < B2400) in set()
H A Dex_voper.c402 if (ospeed > B300) in operate()
412 if (ospeed > B300) in operate()
763 if (ospeed > B300) in operate()
H A Dex_vwind.c452 return (cnt > 1 && (ospeed < B1200 && !initev || cnt > lines * 2)); in vcookit()
H A Dex.h249 var short ospeed; /* Output speed (from gtty) */ variable
/titanic_50/usr/src/lib/libnsl/dial/
H A Dline.c115 int i, istermios, ospeed; in fixline() local
143 ospeed = cfgetospeed(&ttbufs); in fixline()
145 (void) cfsetospeed(&ttbufs, ospeed); in fixline()
147 if (ps->sp_name == ospeed) { in fixline()
/titanic_50/usr/src/cmd/bnu/
H A Dline.c125 int i, istermios, ospeed; local
153 ospeed = cfgetospeed(&ttbufs);
155 cfsetospeed(&ttbufs, ospeed);
157 if (ps->sp_name == ospeed) {
265 int i, vtime, istermios, ospeed; local
283 ospeed = cfgetospeed(&tbufs);
284 switch (ospeed) {
/titanic_50/usr/src/ucbcmd/tset/
H A Dtset.c470 extern short ospeed; in main()
486 ospeed = cfgetospeed(&modes); in main()
1219 extern short ospeed; in setdelay()
1226 if (PadBaud > ospeed) in setdelay()
1527 extern short ospeed;
1531 printf("spd:%d\n", ospeed);
1546 match = (ospeed > Map->Speed);
1550 match = (ospeed >= Map->Speed);
1554 match = (ospeed == Map->Speed);
1558 match = (ospeed <= Map->Speed);
[all …]
/titanic_50/usr/src/ucblib/libcurses/
H A Dcr_tty.c66 short ospeed = -1; variable
76 ospeed = _tty.sg_ospeed; in gettmode()
87 fprintf(outf, "GETTMODE: ospeed = %d\n", ospeed); in gettmode()
/titanic_50/usr/src/lib/libtermcap/common/
H A Dtermcap.h36 extern short ospeed;
H A Dmapfile-vers58 ospeed { TYPE = COMMON; SIZE = 2; FLAGS = NODIRECT;
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c568 TerminalSpeeds(ispeed, ospeed) in TerminalSpeeds() argument
570 int *ospeed;
594 *ospeed = tp->speed;
H A Dtelnet.c839 int ospeed, ispeed; in suboption() local
843 TerminalSpeeds(&ispeed, &ospeed); in suboption()
847 TELOPT_TSPEED, TELQUAL_IS, ospeed, ispeed, IAC, SE); in suboption()
/titanic_50/usr/src/lib/libcmd/common/
H A Dstty.c472 unsigned int ospeed = cfgetospeed(sp); in output() local
561 if(ispeed!=ospeed) in output()
566 else if(tp->mask==ospeed) in output()
/titanic_50/usr/src/lib/libcurses/screen/
H A Dtermcap.ed38 short ospeed;
H A Dmapfile-vers491 ospeed;
/titanic_50/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c393 ttydev.ospeed = baudrate; in setupline()
/titanic_50/usr/src/uts/common/io/mii/
H A Dmii.c2006 int ospeed; in _mii_check() local
2014 ospeed = ph->phy_speed; in _mii_check()
2031 (ph->phy_speed != ospeed) || in _mii_check()