Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtputs.c53 short ospeed; variable
114 if (ospeed <= 0 || ospeed >= (sizeof (tmspc10) / sizeof (tmspc10[0]))) in tputs()
124 mspc10 = tmspc10[ospeed]; in tputs()
H A Dmapfile-vers44 ospeed { ASSERT = { TYPE = OBJECT; SIZE = 2; }; };
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.c58 if (ospeed != speed) in gettmode()
60 ospeed = speed; in gettmode()
134 if (ospeed < B1200) in setterm()
136 else if (ospeed < B2400) in setterm()
251 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()
764 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
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c111 int i, istermios, ospeed; in fixline() local
139 ospeed = cfgetospeed(&ttbufs); in fixline()
141 (void) cfsetospeed(&ttbufs, ospeed); in fixline()
143 if (ps->sp_name == ospeed) { in fixline()
/illumos-gate/usr/src/cmd/bnu/
H A Dline.c126 int i, istermios, ospeed; local
154 ospeed = cfgetospeed(&ttbufs);
156 cfsetospeed(&ttbufs, ospeed);
158 if (ps->sp_name == ospeed) {
266 int i, vtime, istermios, ospeed; local
284 ospeed = cfgetospeed(&tbufs);
285 switch (ospeed) {
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c474 extern short ospeed; in main()
490 ospeed = cfgetospeed(&modes); in main()
1221 extern short ospeed; in setdelay()
1228 if (PadBaud > ospeed) in setdelay()
1528 extern short ospeed;
1532 printf("spd:%d\n", ospeed);
1547 match = (ospeed > Map->Speed);
1551 match = (ospeed >= Map->Speed);
1555 match = (ospeed == Map->Speed);
1559 match = (ospeed <= Map->Speed);
[all …]
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_tty.c64 short ospeed = -1; variable
74 ospeed = _tty.sg_ospeed; in gettmode()
85 fprintf(outf, "GETTMODE: ospeed = %d\n", ospeed); in gettmode()
/illumos-gate/usr/src/lib/libtermcap/common/
H A Dtermcap.h36 extern short ospeed;
H A Dmapfile-vers58 ospeed { TYPE = COMMON; SIZE = 2; FLAGS = NODIRECT;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c566 TerminalSpeeds(ispeed, ospeed) in TerminalSpeeds() argument
568 int *ospeed;
592 *ospeed = tp->speed;
H A Dtelnet.c837 int ospeed, ispeed; in suboption() local
841 TerminalSpeeds(&ispeed, &ospeed); in suboption()
845 TELOPT_TSPEED, TELQUAL_IS, ospeed, ispeed, IAC, SE); in suboption()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c474 unsigned int ospeed = cfgetospeed(sp); in output() local
563 if(ispeed!=ospeed) in output()
568 else if(tp->mask==ospeed) in output()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtermcap.ed36 short ospeed;
H A Dmapfile-vers681 ospeed { ASSERT = { TYPE = OBJECT; SIZE = 2; }; };
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii.c2010 int ospeed; in _mii_check() local
2018 ospeed = ph->phy_speed; in _mii_check()
2035 (ph->phy_speed != ospeed) || in _mii_check()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c391 ttydev.ospeed = baudrate; in setupline()