/titanic_50/usr/src/ucblib/libtermcap/ |
H A D | tputs.c | 55 short ospeed; variable 116 if (ospeed <= 0 || ospeed >= (sizeof (tmspc10) / sizeof (tmspc10[0]))) in tputs() 126 mspc10 = tmspc10[ospeed]; in tputs()
|
H A D | mapfile-vers | 44 ospeed;
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_tty.c | 60 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 D | ex_set.c | 48 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 D | ex_voper.c | 402 if (ospeed > B300) in operate() 412 if (ospeed > B300) in operate() 763 if (ospeed > B300) in operate()
|
H A D | ex_vwind.c | 452 return (cnt > 1 && (ospeed < B1200 && !initev || cnt > lines * 2)); in vcookit()
|
H A D | ex.h | 249 var short ospeed; /* Output speed (from gtty) */ variable
|
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | line.c | 115 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 D | line.c | 125 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 D | tset.c | 470 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 D | cr_tty.c | 66 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 D | termcap.h | 36 extern short ospeed;
|
H A D | mapfile-vers | 58 ospeed { TYPE = COMMON; SIZE = 2; FLAGS = NODIRECT;
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 568 TerminalSpeeds(ispeed, ospeed) in TerminalSpeeds() argument 570 int *ospeed; 594 *ospeed = tp->speed;
|
H A D | telnet.c | 839 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 D | stty.c | 472 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 D | termcap.ed | 38 short ospeed;
|
H A D | mapfile-vers | 491 ospeed;
|
/titanic_50/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 393 ttydev.ospeed = baudrate; in setupline()
|
/titanic_50/usr/src/uts/common/io/mii/ |
H A D | mii.c | 2006 int ospeed; in _mii_check() local 2014 ospeed = ph->phy_speed; in _mii_check() 2031 (ph->phy_speed != ospeed) || in _mii_check()
|