Home
last modified time | relevance | path

Searched refs:ospeed (Results 1 – 25 of 33) sorted by relevance

12

/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_baudrate.c216 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()
HDlib_cur_term.c97 ospeed = (NCURSES_OSPEED) _nc_ospeed(termp->_baudrate); in NCURSES_SP_NAME()
103 ospeed = (NCURSES_OSPEED) _nc_ospeed(termp->_baudrate); in NCURSES_SP_NAME()
HDlib_tputs.c57 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/
HDscreen.c217 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/
HDprint.c57 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/
HDtset.c534 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/
HDtcap.h47 extern short ospeed;
/NextBSD/usr.bin/rlogin/
HDrlogin.c135 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/
HDmain.c625 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/
HDconfigure.in231 AC_CHECKING(ospeed)
232 AC_TRY_LINK(extern short ospeed;,ospeed=5;,,AC_DEFINE(NEED_OSPEED))
HDconfig.h.in109 * If your library does not define ospeed, define this.
/NextBSD/sys/dev/rp/
HDrp.c992 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/
HDsi.c810 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/
HDsys_bsd.c687 TerminalSpeeds(long *ispeed, long *ospeed) in TerminalSpeeds() argument
708 *ospeed = tp->speed; in TerminalSpeeds()
711 *ospeed = out; in TerminalSpeeds()
HDtelnet.c804 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/
HDtermcap.h.in60 extern NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed;
/NextBSD/share/doc/psd/05.sysman/
HDspell.ok232 ospeed
/NextBSD/contrib/ncurses/
HDconfigure.in855 ### 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 …
HDINSTALL929 --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/
HDncurses.def305 "ospeed" @663 NONAME
HDncurses.ref443 "ospeed" @663 NONAME
/NextBSD/contrib/ncurses/ncurses/
HDllib-ltinfo919 #undef ospeed
920 short ospeed;
HDllib-ltinfow919 #undef ospeed
920 short ospeed;
HDllib-ltinfotw990 #undef ospeed
991 short ospeed;
HDllib-ltinfot990 #undef ospeed
991 short ospeed;

12