/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_baudrate.c | 286 ospeed = (NCURSES_OSPEED) _nc_ospeed(ret); in NCURSES_SP_NAME() 294 ospeed = (NCURSES_OSPEED) _nc_ospeed(result); in NCURSES_SP_NAME() 297 ospeed = (NCURSES_OSPEED) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb)); in NCURSES_SP_NAME() 299 ospeed = (NCURSES_OSPEED) TerminalOf(SP_PARM)->Nttyb.sg_ospeed; in NCURSES_SP_NAME() 301 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() 333 && (_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 | 49 int cnt, ispeed, ospeed; in print() local 71 ospeed = cfgetospeed(tp); in print() 72 if (ispeed != ospeed) in print() 74 printf("ispeed %d baud; ospeed %d baud;", ispeed, ospeed); in print()
|
/freebsd/contrib/less/ |
H A D | screen.c | 266 extern short ospeed; /* Terminal output baud rate */ 270 short ospeed; 420 case B0: ospeed = 0; break; in raw_mode() 423 case B50: ospeed = 1; break; in raw_mode() 426 case B75: ospeed = 2; break; in raw_mode() 429 case B110: ospeed = 3; break; in raw_mode() 432 case B134: ospeed = 4; break; in raw_mode() 435 case B150: ospeed = 5; break; in raw_mode() 438 case B200: ospeed = 6; break; in raw_mode() 441 case B300: ospeed in raw_mode() 276 short ospeed; global() variable [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 | 1088 ### use option --with-ospeed to override ospeed's type 1089 CF_WITH_TYPE(ospeed, 1090 [ --with-ospeed=TYPE override type of ospeed variable], 2456 AC_DEFINE_UNQUOTED(NCURSES_OSPEED_COMPAT,$cf_compatible,[Define to 1 if termcap variable ospeed is …
|
H A D | INSTALL | 1148 --with-ospeed=TYPE 1149 Override type of ospeed variable, which is part of the termcap 1151 for a wide range of baudrates because ospeed is not the actual speed 1157 applications that required knowledge of the ospeed variable, i.e., 2059 + revert termcap ospeed variable to 'short' (see discussion of the 2060 --with-ospeed configure option).
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltinfow | 1019 #undef ospeed 1020 short ospeed;
|
H A D | llib-ltinfo | 997 #undef ospeed 998 short ospeed;
|
H A D | llib-ltinfotw | 1095 #undef ospeed 1096 short ospeed;
|
H A D | llib-ltinfot | 1073 #undef ospeed 1074 short ospeed;
|
H A D | llib-lncursest | 3811 #undef ospeed 3812 short ospeed;
|
H A D | llib-lncurses | 3726 #undef ospeed 3727 short ospeed;
|
H A D | llib-lncursestw | 4772 #undef ospeed 4773 short ospeed;
|
H A D | llib-lncursesw | 4687 #undef ospeed 4688 short ospeed;
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 288 then it is really equal to the ospeed.
|