Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c272 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 Dlib_cur_term.c98 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 Dlib_tputs.c58 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 Dtinfo_driver.c142 ospeed = (NCURSES_OSPEED) my_ospeed; in get_baudrate()
/freebsd-13.1/bin/stty/
H A Dprint.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()
/freebsd-13.1/contrib/ncurses/progs/
H A Dtset.c499 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 Dscreen.c261 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 Dmain.c630 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 Dsys_bsd.c683 TerminalSpeeds(long *ispeed, long *ospeed) in TerminalSpeeds() argument
704 *ospeed = tp->speed; in TerminalSpeeds()
707 *ospeed = out; in TerminalSpeeds()
H A Dtelnet.c800 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 Dtermcap.h.in58 extern NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed;
/freebsd-13.1/share/doc/psd/05.sysman/
H A Dspell.ok232 ospeed
/freebsd-13.1/contrib/ncurses/misc/
H A Dncurses.def305 "ospeed" @663 NONAME
H A Dncurses.ref443 "ospeed" @663 NONAME
/freebsd-13.1/contrib/ncurses/
H A Dconfigure.in1027 ### 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 DINSTALL1060 --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 Dllib-ltinfo905 #undef ospeed
906 short ospeed;
H A Dllib-ltinfot981 #undef ospeed
982 short ospeed;
H A Dllib-ltinfow927 #undef ospeed
928 short ospeed;
H A Dllib-ltinfotw1003 #undef ospeed
1004 short ospeed;
H A Dllib-lncurses3639 #undef ospeed
3640 short ospeed;
H A Dllib-lncursest3724 #undef ospeed
3725 short ospeed;
H A Dllib-lncursestw4673 #undef ospeed
4674 short ospeed;
H A Dllib-lncursesw4588 #undef ospeed
4589 short ospeed;
/freebsd-13.1/crypto/heimdal/appl/telnet/
H A DREADME.ORIG288 then it is really equal to the ospeed.

12