Home
last modified time | relevance | path

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

12

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c287 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 Dlib_cur_term.c99 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 Dlib_tputs.c58 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 Dtinfo_driver.c147 ospeed = (NCURSES_OSPEED) my_ospeed; in get_baudrate()
/freebsd/contrib/ncurses/progs/
H A Dtset.c508 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 Dprint.c51 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 Dscreen.c212 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 Dmain.c618 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 Dsys_bsd.c681 TerminalSpeeds(long *ispeed, long *ospeed) in TerminalSpeeds() argument
702 *ospeed = tp->speed; in TerminalSpeeds()
705 *ospeed = out; in TerminalSpeeds()
H A Dtelnet.c798 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 Dtermcap.h.in58 extern NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed;
/freebsd/share/doc/psd/05.sysman/
H A Dspell.ok232 ospeed
/freebsd/contrib/ncurses/misc/
H A Dncurses.def305 "ospeed" @663 NONAME
H A Dncurses.ref443 "ospeed" @663 NONAME
/freebsd/contrib/ncurses/
H A Dconfigure.in1040 ### 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 DINSTALL1160 --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 Dllib-ltinfow1025 #undef ospeed
1026 short ospeed;
H A Dllib-ltinfo1003 #undef ospeed
1004 short ospeed;
H A Dllib-ltinfot1079 #undef ospeed
1080 short ospeed;
H A Dllib-ltinfotw1101 #undef ospeed
1102 short ospeed;
H A Dllib-lncursest3817 #undef ospeed
3818 short ospeed;
H A Dllib-lncurses3732 #undef ospeed
3733 short ospeed;
H A Dllib-lncursestw4778 #undef ospeed
4779 short ospeed;
H A Dllib-lncursesw4693 #undef ospeed
4694 short ospeed;
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG288 then it is really equal to the ospeed.

12