Home
last modified time | relevance | path

Searched refs:cfgetospeed (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/lib/libcurses/
H A Dnc_termios.h63 #ifndef cfgetospeed
64 #define cfgetospeed(t) ((t)->c_cflag & CBAUD) macro
144 #ifndef cfgetospeed
145 #define cfgetospeed(t) ((t)->c_cflag & CBAUD) macro
/openbsd/lib/libc/termios/
H A Dcfgetospeed.c34 cfgetospeed(const struct termios *t) in cfgetospeed() function
H A DMakefile.inc5 SRCS+= cfgetispeed.c cfgetospeed.c cfmakeraw.c cfsetispeed.c cfsetospeed.c \
/openbsd/lib/libcurses/tinfo/
H A Dlib_baudrate.c295 result = (int) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb)); in NCURSES_SP_NAME()
299 ospeed = (NCURSES_OSPEED) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb)); in NCURSES_SP_NAME()
H A Dtinfo_driver.c133 result = (int) cfgetospeed(&(termp->Nttyb)); in get_baudrate()
137 my_ospeed = (NCURSES_OSPEED) cfgetospeed(&(termp->Nttyb)); in get_baudrate()
/openbsd/lib/libc/hidden/
H A Dtermios.h24 PROTO_DEPRECATED(cfgetospeed);
/openbsd/bin/stty/
H A Dgfmt.c61 (void)printf("ispeed=%d:ospeed=%d\n", cfgetispeed(tp), cfgetospeed(tp)); in gprint()
H A Dprint.c75 ospeed = cfgetospeed(tp); in print()
H A Dkey.c317 (void)printf("%d\n", cfgetospeed(&ip->t)); in f_speed()
/openbsd/games/rain/
H A Drain.c64 (speed = cfgetospeed(&term)) > B9600) in main()
/openbsd/sys/sys/
H A Dtermios.h266 speed_t cfgetospeed(const struct termios *);
/openbsd/usr.bin/mail/
H A Dmain.c321 ospeed = cfgetospeed(&tbuf); in setscreensize()
/openbsd/usr.bin/ssh/
H A Dttymodes.c273 obaud = speed_to_baud(cfgetospeed(&tio)); in ssh_tty_make_modes()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt60 cfgetospeed U
/openbsd/games/worms/
H A Dworms.c185 (speed = cfgetospeed(&term)) > B9600) in main()
/openbsd/usr.bin/vi/cl/
H A Dcl_funcs.c170 switch (cfgetospeed(&clp->orig)) { in cl_baud()
/openbsd/usr.bin/telnet/
H A Dsys_bsd.c370 out = cfgetospeed(&old_tc); in TerminalSpeeds()
/openbsd/libexec/getty/
H A Dmain.c461 speed_t ospeed = cfgetospeed(&tmode); in putpad()
/openbsd/gnu/usr.bin/texinfo/info/
H A Dterminal.c561 ospeed = cfgetospeed (&ti); in terminal_initialize_terminal()
/openbsd/usr.bin/tset/
H A Dtset.c861 ospeed = (NCURSES_OSPEED) cfgetospeed(&mode); in main()
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t88 atol bsearch calloc ceil cfgetispeed cfgetospeed cfsetispeed
/openbsd/usr.bin/tmux/
H A Dclient.c353 cfsetospeed(&tio, cfgetospeed(&saved_tio)); in client_main()
/openbsd/usr.sbin/pppd/
H A Dsys-bsd.c446 inspeed = cfgetospeed(&tios); in set_up_tty()
/openbsd/lib/libc/
H A DSymbols.list1692 cfgetospeed
/openbsd/lib/libedit/
H A Dtty.c609 spd = cfgetospeed(td); in tty__getspeed()

12