Home
last modified time | relevance | path

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

12

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c286 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 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()
333 && (_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.c49 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 Dscreen.c266 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 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.in1088 ### 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 DINSTALL1148 --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 Dllib-ltinfow1019 #undef ospeed
1020 short ospeed;
H A Dllib-ltinfo997 #undef ospeed
998 short ospeed;
H A Dllib-ltinfotw1095 #undef ospeed
1096 short ospeed;
H A Dllib-ltinfot1073 #undef ospeed
1074 short ospeed;
H A Dllib-lncursest3811 #undef ospeed
3812 short ospeed;
H A Dllib-lncurses3726 #undef ospeed
3727 short ospeed;
H A Dllib-lncursestw4772 #undef ospeed
4773 short ospeed;
H A Dllib-lncursesw4687 #undef ospeed
4688 short ospeed;
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG288 then it is really equal to the ospeed.

12