Home
last modified time | relevance | path

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

/netbsd/src/include/
Dttyent.h59 #define TTY_LOCAL 0x04 /* set 'CLOCAL' on open (dev. specific) */ macro
/netbsd/src/sbin/ttyflags/
Dttyflags.c175 if (st & TTY_LOCAL) { in change_ttyflags()
/netbsd/src/lib/libc/gen/
Dgetttyent.c139 tty.ty_status |= TTY_LOCAL; in getttyent()