/dflybsd-src/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_baudrate.c | 272 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 D | lib_cur_term.c | 98 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 D | lib_tputs.c | 58 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()
|
/dflybsd-src/bin/stty/ |
H A D | print.c | 52 int cnt, ispeed, ospeed; in print() local 74 ospeed = cfgetospeed(tp); in print() 75 if (ispeed != ospeed) in print() 77 printf("ispeed %d baud; ospeed %d baud;", ispeed, ospeed); in print()
|
/dflybsd-src/contrib/ncurses/progs/ |
H A D | tset.c | 499 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()
|
/dflybsd-src/contrib/less/ |
H A D | screen.c | 266 extern short ospeed; /* Terminal output baud rate */ 270 short ospeed; variable 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 = 7; break; in raw_mode() [all …]
|
/dflybsd-src/contrib/gdb-7/readline/ |
H A D | tcap.h | 45 extern short ospeed;
|
/dflybsd-src/lib/libncurses/include/ |
H A D | termcap.h | 58 extern NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed;
|
/dflybsd-src/libexec/getty/ |
H A D | main.c | 614 speed_t ospeed = cfgetospeed(&tmode); in putpad() local 633 if (pad == 0 || ospeed <= 0) in putpad() 642 pad = (pad * ospeed + 50000) / 100000; in putpad()
|
/dflybsd-src/games/backgammon/teachgammon/ |
H A D | teach.c | 57 ospeed = cfgetospeed(&old); /* for termlib */ in main()
|
/dflybsd-src/usr.bin/telnet/ |
H A D | sys_bsd.c | 744 TerminalSpeeds(long *ispeed, long *ospeed) in TerminalSpeeds() argument 765 *ospeed = tp->speed; in TerminalSpeeds() 768 *ospeed = out; in TerminalSpeeds()
|
H A D | telnet.c | 751 long ospeed, ispeed; in suboption() local 755 TerminalSpeeds(&ispeed, &ospeed); in suboption() 759 ospeed, ispeed, IAC, SE); in suboption()
|
H A D | README | 289 then it is really equal to the ospeed.
|
/dflybsd-src/games/hack/ |
H A D | hack.tty.c | 130 ospeed = cfgetospeed(&inittyb); in gettty()
|
/dflybsd-src/usr.bin/window/ |
H A D | ttgeneric.c | 43 short ospeed; variable 436 ospeed = wwospeed; in tt_generic()
|
/dflybsd-src/games/backgammon/backgammon/ |
H A D | main.c | 97 ospeed = cfgetospeed(&old); /* for termlib */ in main()
|
/dflybsd-src/lib/libncurses/ |
H A D | Symbol.base.map | 515 ospeed;
|
/dflybsd-src/contrib/ncurses/misc/ |
H A D | ncurses.def | 305 "ospeed" @663 NONAME
|
H A D | ncurses.ref | 443 "ospeed" @663 NONAME
|