Searched refs:CRTS_IFLOW (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dser-unix.c211 #ifdef CRTS_IFLOW
213 state.termios.c_cflag |= CRTS_IFLOW;
215 state.termios.c_cflag &= ~CRTS_IFLOW;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dser-unix.c214 #ifdef CRTS_IFLOW
216 state.termios.c_cflag |= CRTS_IFLOW;
218 state.termios.c_cflag &= ~CRTS_IFLOW;
/netbsd-current/sys/sys/
H A Dtermios.h144 #define CRTS_IFLOW CRTSCTS /* XXX compat */ macro
/netbsd-current/sys/compat/sunos/
H A Dsunos_ioctl.c200 r |= ((l & 0x80000000) ? (CRTS_IFLOW|CCTS_OFLOW) : 0);
323 r |= ((l & (CRTS_IFLOW|CCTS_OFLOW)) ? 0x80000000 : 0);
/netbsd-current/sys/compat/sunos32/
H A Dsunos32_ioctl.c236 r |= ((l & 0x80000000) ? (CRTS_IFLOW|CCTS_OFLOW) : 0);
359 r |= ((l & (CRTS_IFLOW|CCTS_OFLOW)) ? 0x80000000 : 0);
/netbsd-current/sys/compat/ultrix/
H A Dultrix_ioctl.c218 r |= ((l & 0x80000000) ? (CRTS_IFLOW|CCTS_OFLOW) : 0);
351 r |= ((l & (CRTS_IFLOW|CCTS_OFLOW)) ? 0x80000000 : 0);
/netbsd-current/lib/libedit/
H A Dtty.c301 #ifdef CRTS_IFLOW
302 {"crts_iflow", CRTS_IFLOW, MD_CTL},
303 #endif /* CRTS_IFLOW */
/netbsd-current/sys/arch/sgimips/dev/
H A Dscn.c1113 tp->t_cflag |= CCTS_OFLOW | CRTS_IFLOW;
1790 if (cflag & CRTS_IFLOW) {

Completed in 126 milliseconds