Symbol: cfgetospeed
bin/stty/gfmt.c
61
(void)printf("ispeed=%d:ospeed=%d\n", cfgetispeed(tp), cfgetospeed(tp));
bin/stty/key.c
317
(void)printf("%d\n", cfgetospeed(&ip->t));
bin/stty/print.c
75
ospeed = cfgetospeed(tp);
distrib/special/more/more.c
1418
slow_tty = cfgetospeed(&otty) < B1200;
games/rain/rain.c
64
(speed = cfgetospeed(&term)) > B9600)
games/worms/worms.c
185
(speed = cfgetospeed(&term)) > B9600)
lib/libc/hidden/termios.h
24
PROTO_DEPRECATED(cfgetospeed);
lib/libcurses/nc_termios.h
144
#ifndef cfgetospeed
lib/libcurses/nc_termios.h
63
#ifndef cfgetospeed
lib/libcurses/tinfo/lib_baudrate.c
295
result = (int) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb));
lib/libcurses/tinfo/lib_baudrate.c
299
ospeed = (NCURSES_OSPEED) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb));
lib/libcurses/tinfo/tinfo_driver.c
133
result = (int) cfgetospeed(&(termp->Nttyb));
lib/libcurses/tinfo/tinfo_driver.c
137
my_ospeed = (NCURSES_OSPEED) cfgetospeed(&(termp->Nttyb));
lib/libedit/tty.c
609
spd = cfgetospeed(td);
libexec/getty/main.c
463
speed_t ospeed = cfgetospeed(&tmode);
sys/sys/termios.h
266
speed_t cfgetospeed(const struct termios *);
usr.bin/mail/main.c
321
ospeed = cfgetospeed(&tbuf);
usr.bin/ssh/ttymodes.c
272
obaud = speed_to_baud(cfgetospeed(&tio));
usr.bin/telnet/sys_bsd.c
370
out = cfgetospeed(&old_tc);
usr.bin/tmux/client.c
352
cfsetospeed(&tio, cfgetospeed(&saved_tio));
usr.bin/tset/tset.c
861
ospeed = (NCURSES_OSPEED) cfgetospeed(&mode);
usr.bin/vi/cl/cl_funcs.c
170
switch (cfgetospeed(&clp->orig)) {
usr.sbin/pppd/sys-bsd.c
446
inspeed = cfgetospeed(&tios);