Home
last modified time | relevance | path

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

/openbsd/include/
H A Dttyent.h58 #define TTY_MDMBUF 0x20 /* set 'MDMBUF' on open (dev. specific) */ macro
/openbsd/lib/libc/gen/
H A Dgetttyent.c113 tty.ty_status |= TTY_MDMBUF; in getttyent()
/openbsd/sbin/ttyflags/
H A Dttyflags.c187 if (st & TTY_MDMBUF) { in ttyflags()