| /freebsd-13.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_baudrate.c | 272 ospeed = (NCURSES_OSPEED) _nc_ospeed(ret); in NCURSES_SP_NAME() 280 ospeed = (NCURSES_OSPEED) _nc_ospeed(result); in NCURSES_SP_NAME() 283 ospeed = (NCURSES_OSPEED) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb)); in NCURSES_SP_NAME() 285 ospeed = (NCURSES_OSPEED) TerminalOf(SP_PARM)->Nttyb.sg_ospeed; in NCURSES_SP_NAME() 287 result = _nc_baudrate(ospeed); in NCURSES_SP_NAME()
|
| H A D | lib_cur_term.c | 98 ospeed = (NCURSES_OSPEED) _nc_ospeed(termp->_baudrate); in NCURSES_SP_NAME() 106 ospeed = (NCURSES_OSPEED) _nc_ospeed(termp->_baudrate); in NCURSES_SP_NAME()
|
| H A D | lib_tputs.c | 58 NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed = 0; /* used by termcap library */ 102 nullcount = (ms * _nc_baudrate(ospeed)) / (BAUDBYTE * 1000); in NCURSES_SP_NAME() 321 && (_nc_baudrate(ospeed) >= padding_baud_rate); in NCURSES_SP_NAME()
|
| H A D | tinfo_driver.c | 142 ospeed = (NCURSES_OSPEED) my_ospeed; in get_baudrate()
|
| /freebsd-13.1/bin/stty/ |
| H A D | print.c | 57 int cnt, ispeed, ospeed; in print() local 79 ospeed = cfgetospeed(tp); in print() 80 if (ispeed != ospeed) in print() 82 printf("ispeed %d baud; ospeed %d baud;", ispeed, ospeed); in print()
|
| /freebsd-13.1/contrib/ncurses/progs/ |
| H A D | tset.c | 499 match = ((int) ospeed == mapp->speed); in mapped() 502 match = ((int) ospeed >= mapp->speed); in mapped() 505 match = ((int) ospeed > mapp->speed); in mapped() 508 match = ((int) ospeed <= mapp->speed); in mapped() 511 match = ((int) ospeed < mapp->speed); in mapped() 841 ospeed = (NCURSES_OSPEED) cfgetospeed(&mode); in main() 843 ospeed = (NCURSES_OSPEED) mode.sg_ospeed; in main()
|
| /freebsd-13.1/contrib/less/ |
| H A D | screen.c | 261 short ospeed; variable 342 case B0: ospeed = 0; break; 345 case B50: ospeed = 1; break; 348 case B75: ospeed = 2; break; 351 case B110: ospeed = 3; break; 354 case B134: ospeed = 4; break; 357 case B150: ospeed = 5; break; 360 case B200: ospeed = 6; break; 363 case B300: ospeed = 7; break; 526 ospeed = s.c_cflag & CBAUD; [all …]
|
| /freebsd-13.1/libexec/getty/ |
| H A D | main.c | 630 speed_t ospeed = cfgetospeed(&tmode); in putpad() local 649 if (pad == 0 || ospeed <= 0) in putpad() 658 pad = (pad * ospeed + 50000) / 100000; in putpad()
|
| /freebsd-13.1/contrib/telnet/telnet/ |
| H A D | sys_bsd.c | 683 TerminalSpeeds(long *ispeed, long *ospeed) in TerminalSpeeds() argument 704 *ospeed = tp->speed; in TerminalSpeeds() 707 *ospeed = out; in TerminalSpeeds()
|
| H A D | telnet.c | 800 long ospeed, ispeed; in suboption() local 804 TerminalSpeeds(&ispeed, &ospeed); in suboption() 807 TELQUAL_IS, ospeed, ispeed, IAC, SE); in suboption()
|
| /freebsd-13.1/contrib/ncurses/include/ |
| H A D | termcap.h.in | 58 extern NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed;
|
| /freebsd-13.1/share/doc/psd/05.sysman/ |
| H A D | spell.ok | 232 ospeed
|
| /freebsd-13.1/contrib/ncurses/misc/ |
| H A D | ncurses.def | 305 "ospeed" @663 NONAME
|
| H A D | ncurses.ref | 443 "ospeed" @663 NONAME
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | configure.in | 1027 ### use option --with-ospeed to override ospeed's type 1028 AC_MSG_CHECKING(for type of ospeed) 1029 AC_ARG_WITH(ospeed, optwith 1030 [ --with-ospeed=TYPE override type of ospeed variable], 2313 AC_DEFINE_UNQUOTED(NCURSES_OSPEED_COMPAT,$cf_compatible,[Define to 1 if termcap variable ospeed is …
|
| H A D | INSTALL | 1060 --with-ospeed=TYPE 1061 Override type of ospeed variable, which is part of the termcap 1063 for a wide range of baudrates because ospeed is not the actual speed 1069 applications that required knowledge of the ospeed variable, i.e., 1869 + revert termcap ospeed variable to 'short' (see discussion of the 1870 --with-ospeed configure option).
|
| /freebsd-13.1/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfo | 905 #undef ospeed 906 short ospeed;
|
| H A D | llib-ltinfot | 981 #undef ospeed 982 short ospeed;
|
| H A D | llib-ltinfow | 927 #undef ospeed 928 short ospeed;
|
| H A D | llib-ltinfotw | 1003 #undef ospeed 1004 short ospeed;
|
| H A D | llib-lncurses | 3639 #undef ospeed 3640 short ospeed;
|
| H A D | llib-lncursest | 3724 #undef ospeed 3725 short ospeed;
|
| H A D | llib-lncursestw | 4673 #undef ospeed 4674 short ospeed;
|
| H A D | llib-lncursesw | 4588 #undef ospeed 4589 short ospeed;
|
| /freebsd-13.1/crypto/heimdal/appl/telnet/ |
| H A D | README.ORIG | 288 then it is really equal to the ospeed.
|