Searched refs:EXTA (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ttymodes.c | 109 #ifdef EXTA in speed_to_baud() 110 case EXTA: in speed_to_baud() 198 #ifdef EXTA in baud_to_speed() 200 return EXTA; in baud_to_speed()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_baudrate.c | 73 #undef EXTA 123 #elif defined(EXTA) 124 {EXTA, 19200},
|
/freebsd/usr.sbin/ppp/ |
H A D | defs.c | 238 #ifdef EXTA 239 { 19200, EXTA, },
|
/freebsd/sys/sys/ |
H A D | _termios.h | 218 #define EXTA 19200 macro
|
/freebsd/libexec/getty/ |
H A D | subr.c | 525 { 19200, EXTA }, 526 { 19, EXTA }, /* for people who say 19.2K */
|
/freebsd/contrib/ncurses/progs/ |
H A D | tset.c | 275 #ifdef EXTA 276 DATA("19200", EXTA),
|
/freebsd/usr.bin/tip/libacu/ |
H A D | t3000.c | 178 #define B19200 EXTA
|
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 108 #ifdef EXTA 109 { "19200", EXTA },
|
/freebsd/contrib/less/ |
H A D | screen.c | 474 #ifdef EXTA in raw_mode() 475 case EXTA: ospeed = 14; break; in raw_mode()
|