Home
last modified time | relevance | path

Searched refs:TTY_RTSCTS (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/include/
Dttyent.h60 #define TTY_RTSCTS 0x08 /* set 'CRTSCTS' on open (dev. specific) */ macro
/netbsd/src/sbin/ttyflags/
Dttyflags.c180 if (st & TTY_RTSCTS) { in change_ttyflags()
/netbsd/src/lib/libc/gen/
Dgetttyent.c141 tty.ty_status |= TTY_RTSCTS; in getttyent()