| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_baudrate.c | 216 ospeed = (NCURSES_OSPEED) _nc_ospeed(ret); in NCURSES_SP_NAME() 224 ospeed = (NCURSES_OSPEED) _nc_ospeed(result); in NCURSES_SP_NAME() 227 ospeed = (NCURSES_OSPEED) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb)); in NCURSES_SP_NAME() 229 ospeed = (NCURSES_OSPEED) TerminalOf(SP_PARM)->Nttyb.sg_ospeed; in NCURSES_SP_NAME() 231 result = _nc_baudrate(ospeed); in NCURSES_SP_NAME()
|
| HD | lib_cur_term.c | 97 ospeed = (NCURSES_OSPEED) _nc_ospeed(termp->_baudrate); in NCURSES_SP_NAME() 103 ospeed = (NCURSES_OSPEED) _nc_ospeed(termp->_baudrate); in NCURSES_SP_NAME()
|
| HD | lib_tputs.c | 57 NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed = 0; /* used by termcap library */ 101 nullcount = (ms * _nc_baudrate(ospeed)) / (BAUDBYTE * 1000); in NCURSES_SP_NAME() 302 && (_nc_baudrate(ospeed) >= padding_baud_rate); in NCURSES_SP_NAME()
|
| /NextBSD/contrib/less/ |
| HD | screen.c | 217 extern short ospeed; /* Terminal output baud rate */ 221 short ospeed; variable 289 case B0: ospeed = 0; break; 292 case B50: ospeed = 1; break; 295 case B75: ospeed = 2; break; 298 case B110: ospeed = 3; break; 301 case B134: ospeed = 4; break; 304 case B150: ospeed = 5; break; 307 case B200: ospeed = 6; break; 310 case B300: ospeed = 7; break; [all …]
|
| /NextBSD/bin/stty/ |
| HD | 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()
|
| /NextBSD/contrib/ncurses/progs/ |
| HD | tset.c | 534 match = ((int) ospeed == mapp->speed); in mapped() 537 match = ((int) ospeed >= mapp->speed); in mapped() 540 match = ((int) ospeed > mapp->speed); in mapped() 543 match = ((int) ospeed <= mapp->speed); in mapped() 546 match = ((int) ospeed < mapp->speed); in mapped() 1284 ospeed = (NCURSES_OSPEED) cfgetospeed(&mode); in main() 1286 ospeed = (NCURSES_OSPEED) mode.sg_ospeed; in main()
|
| /NextBSD/contrib/libreadline/ |
| HD | tcap.h | 47 extern short ospeed;
|
| /NextBSD/usr.bin/rlogin/ |
| HD | rlogin.c | 135 speed_t ospeed; in main() local 224 for (ospeed = i = cfgetospeed(&tty), len2 = 2; i > 9; len2++) in main() 227 (void)snprintf(term + len, len2 + 1, "/%d", ospeed); in main()
|
| /NextBSD/libexec/getty/ |
| HD | main.c | 625 speed_t ospeed = cfgetospeed(&tmode); in putpad() local 644 if (pad == 0 || ospeed <= 0) in putpad() 653 pad = (pad * ospeed + 50000) / 100000; in putpad()
|
| /NextBSD/contrib/libreadline/examples/rlfe/ |
| HD | configure.in | 231 AC_CHECKING(ospeed) 232 AC_TRY_LINK(extern short ospeed;,ospeed=5;,,AC_DEFINE(NEED_OSPEED))
|
| HD | config.h.in | 109 * If your library does not define ospeed, define this.
|
| /NextBSD/sys/dev/rp/ |
| HD | rp.c | 992 int ospeed; local 1012 ospeed = rp_convert_baud(t->c_ispeed); 1013 if(ospeed < 0 || t->c_ispeed != t->c_ospeed) 1025 sSetBaud(cp, ospeed);
|
| /NextBSD/sys/dev/si/ |
| HD | si.c | 810 int ospeed = 0; /* shutup gcc */ in siparam() local 827 ospeed = si_speedtab(t->c_ospeed, bdrates); in siparam() 829 si_speedtab(t->c_ispeed, bdrates) : ospeed; in siparam() 831 if (ospeed < 0 || ispeed < 0) in siparam() 855 val = (ispeed << 4) | ospeed; in siparam()
|
| /NextBSD/contrib/telnet/telnet/ |
| HD | sys_bsd.c | 687 TerminalSpeeds(long *ispeed, long *ospeed) in TerminalSpeeds() argument 708 *ospeed = tp->speed; in TerminalSpeeds() 711 *ospeed = out; in TerminalSpeeds()
|
| HD | telnet.c | 804 long ospeed, ispeed; in suboption() local 808 TerminalSpeeds(&ispeed, &ospeed); in suboption() 811 TELQUAL_IS, ospeed, ispeed, IAC, SE); in suboption()
|
| /NextBSD/contrib/ncurses/include/ |
| HD | termcap.h.in | 60 extern NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed;
|
| /NextBSD/share/doc/psd/05.sysman/ |
| HD | spell.ok | 232 ospeed
|
| /NextBSD/contrib/ncurses/ |
| HD | configure.in | 855 ### use option --with-ospeed to override ospeed's type 856 AC_MSG_CHECKING(for type of ospeed) 857 AC_ARG_WITH(ospeed, optwith 858 [ --with-ospeed=TYPE override type of ospeed variable], 1973 AC_DEFINE_UNQUOTED(NCURSES_OSPEED_COMPAT,$cf_compatible,[Define to 1 if termcap variable ospeed is …
|
| HD | INSTALL | 929 --with-ospeed=TYPE 930 Override type of ospeed variable, which is part of the termcap 932 for a wide range of baudrates because ospeed is not the actual speed 938 applications that required knowledge of the ospeed variable, i.e., 1498 + revert termcap ospeed variable to 'short' (see discussion of the 1499 --with-ospeed configure option).
|
| /NextBSD/contrib/ncurses/misc/ |
| HD | ncurses.def | 305 "ospeed" @663 NONAME
|
| HD | ncurses.ref | 443 "ospeed" @663 NONAME
|
| /NextBSD/contrib/ncurses/ncurses/ |
| HD | llib-ltinfo | 919 #undef ospeed 920 short ospeed;
|
| HD | llib-ltinfow | 919 #undef ospeed 920 short ospeed;
|
| HD | llib-ltinfotw | 990 #undef ospeed 991 short ospeed;
|
| HD | llib-ltinfot | 990 #undef ospeed 991 short ospeed;
|