Home
last modified time | relevance | path

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

12

/dflybsd-src/contrib/ncurses/include/
H A Dnc_termios.h63 #ifndef cfgetospeed
64 #define cfgetospeed(t) ((t)->c_cflag & CBAUD) macro
140 #ifndef cfgetospeed
141 #define cfgetospeed(t) ((t)->c_cflag & CBAUD) macro
/dflybsd-src/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c279 result = (int) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb)); in NCURSES_SP_NAME()
283 ospeed = (NCURSES_OSPEED) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb)); in NCURSES_SP_NAME()
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dbsd-nextstep.h52 speed_t cfgetospeed(const struct termios *);
/dflybsd-src/include/
H A Dtermios.h66 speed_t cfgetospeed(const struct termios *);
/dflybsd-src/usr.bin/telnet/
H A Dsys_bsd.c68 # define cfgetospeed(ptr) (ptr)->sg_ospeed macro
91 # define cfgetospeed(ptr) ((ptr)->c_cflag&CBAUD) macro
95 # define cfgetispeed(ptr) cfgetospeed(ptr)
751 out = cfgetospeed(&old_tc); in TerminalSpeeds()
/dflybsd-src/libexec/getty/
H A Dmain.c575 if (cfgetospeed(&tmode) >= 1200) in getname()
583 if (cfgetospeed(&tmode) < 1200) in getname()
614 speed_t ospeed = cfgetospeed(&tmode); in putpad()
/dflybsd-src/games/backgammon/teachgammon/
H A Dteach.c57 ospeed = cfgetospeed(&old); /* for termlib */ in main()
/dflybsd-src/bin/stty/
H A Dgfmt.c65 (u_long)cfgetispeed(tp), (u_long)cfgetospeed(tp)); in gprint()
H A Dprint.c74 ospeed = cfgetospeed(tp); in print()
H A Dkey.c278 printf("%lu\n", (u_long)cfgetospeed(&ip->t)); in f_speed()
/dflybsd-src/games/hack/
H A Dhack.tty.c130 ospeed = cfgetospeed(&inittyb); in gettty()
/dflybsd-src/usr.bin/tset/
H A Dtset.c72 Ospeed = cfgetospeed(&mode); in main()
/dflybsd-src/lib/libc/gen/
H A Dtermios.c125 cfgetospeed(const struct termios *t) in cfgetospeed() function
H A DSymbol.map160 cfgetospeed;
H A DMakefile.inc280 tcsetattr.3 cfgetospeed.3 \
/dflybsd-src/usr.bin/mail/
H A Dmain.c332 speed = cfgetospeed(&tbuf); in setscreensize()
/dflybsd-src/crypto/openssh/
H A Dttymodes.c301 obaud = speed_to_baud(cfgetospeed(&tio)); in ssh_tty_make_modes()
/dflybsd-src/games/backgammon/backgammon/
H A Dmain.c97 ospeed = cfgetospeed(&old); /* for termlib */ in main()
/dflybsd-src/usr.bin/window/
H A Dwwinit.c132 wwospeed = cfgetospeed(&wwoldtty.ww_termios); in wwinit()
/dflybsd-src/libexec/telnetd/
H A Dsys_term.c83 # define cfgetospeed(tp) (tp)->sg.sg_ospeed macro
105 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro
/dflybsd-src/contrib/ncurses/progs/
H A Dtset.c841 ospeed = (NCURSES_OSPEED) cfgetospeed(&mode); in main()
/dflybsd-src/contrib/nvi2/cl/
H A Dcl_funcs.c202 switch (cfgetospeed(&clp->orig)) { in cl_baud()
/dflybsd-src/contrib/tcsh-6/
H A Ded.term.c1044 spd = cfgetospeed(&td->d_t); in tty_getspeed()
/dflybsd-src/contrib/libedit/src/
H A Dtty.c616 spd = cfgetospeed(td); in tty__getspeed()
/dflybsd-src/contrib/less/
H A Dscreen.c417 switch (cfgetospeed(&s)) in raw_mode()

12