Home
last modified time | relevance | path

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

/netbsd-src/include/
H A Dttyent.h61 #define TTY_SOFTCAR 0x10 /* ignore hardware carrier (dev. spec.) */ macro
/netbsd-src/sbin/ttyflags/
H A Dttyflags.c192 if (st & TTY_SOFTCAR) { in change_ttyflags()
/netbsd-src/lib/libc/gen/
H A Dgetttyent.c145 tty.ty_status |= TTY_SOFTCAR; in getttyent()