| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_baudrate.c | 287 ospeed = (NCURSES_OSPEED) _nc_ospeed(ret); in NCURSES_SP_NAME() 295 ospeed = (NCURSES_OSPEED) _nc_ospeed(result); in NCURSES_SP_NAME() 298 ospeed = (NCURSES_OSPEED) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb)); in NCURSES_SP_NAME() 300 ospeed = (NCURSES_OSPEED) TerminalOf(SP_PARM)->Nttyb.sg_ospeed; in NCURSES_SP_NAME() 302 result = _nc_baudrate(ospeed); in NCURSES_SP_NAME()
|
| H A D | lib_cur_term.c | 99 ospeed = (NCURSES_OSPEED) _nc_ospeed(termp->_baudrate); in NCURSES_SP_NAME() 107 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 */ 105 nullcount = (ms * _nc_baudrate(ospeed)) / (BAUDBYTE * 1000); in NCURSES_SP_NAME() 335 && (_nc_baudrate(ospeed) >= padding_baud_rate); in NCURSES_SP_NAME()
|
| H A D | tinfo_driver.c | 147 ospeed = (NCURSES_OSPEED) my_ospeed; in get_baudrate()
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | tset.c | 508 match = ((int) ospeed == mapp->speed); in mapped() 511 match = ((int) ospeed >= mapp->speed); in mapped() 514 match = ((int) ospeed > mapp->speed); in mapped() 517 match = ((int) ospeed <= mapp->speed); in mapped() 520 match = ((int) ospeed < mapp->speed); in mapped() 853 ospeed = (NCURSES_OSPEED) cfgetospeed(&mode); in main() 855 ospeed = 0; in main() 857 ospeed = (NCURSES_OSPEED) mode.sg_ospeed; in main()
|
| /freebsd/bin/stty/ |
| H A D | print.c | 51 int cnt, ispeed, ospeed; in print() local 73 ospeed = cfgetospeed(tp); in print() 74 if (ispeed != ospeed) in print() 76 printf("ispeed %d baud; ospeed %d baud;", ispeed, ospeed); in print()
|
| /freebsd/contrib/less/ |
| H A D | screen.c | 212 extern short ospeed; /* Terminal output baud rate */ 216 short ospeed; variable 441 case B0: ospeed = 0; break; in raw_mode() 444 case B50: ospeed = 1; break; in raw_mode() 447 case B75: ospeed = 2; break; in raw_mode() 450 case B110: ospeed = 3; break; in raw_mode() 453 case B134: ospeed = 4; break; in raw_mode() 456 case B150: ospeed = 5; break; in raw_mode() 459 case B200: ospeed = 6; break; in raw_mode() 462 case B300: ospeed = 7; break; in raw_mode() [all …]
|
| /freebsd/libexec/getty/ |
| H A D | main.c | 618 speed_t ospeed = cfgetospeed(&tmode); in putpad() local 637 if (pad == 0 || ospeed <= 0) in putpad() 646 pad = (pad * ospeed + 50000) / 100000; in putpad()
|
| /freebsd/contrib/telnet/telnet/ |
| H A D | sys_bsd.c | 681 TerminalSpeeds(long *ispeed, long *ospeed) in TerminalSpeeds() argument 702 *ospeed = tp->speed; in TerminalSpeeds() 705 *ospeed = out; in TerminalSpeeds()
|
| H A D | telnet.c | 798 long ospeed, ispeed; in suboption() local 802 TerminalSpeeds(&ispeed, &ospeed); in suboption() 805 TELQUAL_IS, ospeed, ispeed, IAC, SE); in suboption()
|
| /freebsd/contrib/ncurses/include/ |
| H A D | termcap.h.in | 58 extern NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed;
|
| /freebsd/share/doc/psd/05.sysman/ |
| H A D | spell.ok | 232 ospeed
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | ncurses.def | 305 "ospeed" @663 NONAME
|
| H A D | ncurses.ref | 443 "ospeed" @663 NONAME
|
| /freebsd/contrib/ncurses/ |
| H A D | configure.in | 1040 ### use option --with-ospeed to override ospeed's type 1041 CF_WITH_TYPE(ospeed, 1042 [ --with-ospeed=TYPE override type of ospeed variable], 2487 AC_DEFINE_UNQUOTED(NCURSES_OSPEED_COMPAT,$cf_compatible,[Define to 1 if termcap variable ospeed is …
|
| H A D | INSTALL | 1160 --with-ospeed=TYPE 1161 Override type of ospeed variable, which is part of the termcap 1163 for a wide range of baudrates because ospeed is not the actual speed 1169 applications that required knowledge of the ospeed variable, i.e., 2094 + revert termcap ospeed variable to 'short' (see discussion of the 2095 --with-ospeed configure option).
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfow | 1025 #undef ospeed 1026 short ospeed;
|
| H A D | llib-ltinfo | 1003 #undef ospeed 1004 short ospeed;
|
| H A D | llib-ltinfot | 1079 #undef ospeed 1080 short ospeed;
|
| H A D | llib-ltinfotw | 1101 #undef ospeed 1102 short ospeed;
|
| H A D | llib-lncursest | 3817 #undef ospeed 3818 short ospeed;
|
| H A D | llib-lncurses | 3732 #undef ospeed 3733 short ospeed;
|
| H A D | llib-lncursestw | 4778 #undef ospeed 4779 short ospeed;
|
| H A D | llib-lncursesw | 4693 #undef ospeed 4694 short ospeed;
|
| /freebsd/crypto/heimdal/appl/telnet/ |
| H A D | README.ORIG | 288 then it is really equal to the ospeed.
|