Home
last modified time | relevance | path

Searched refs:TTY_DIALUP (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/gen/
H A Dgetttyent.c168 tty.ty_status |= TTY_DIALUP; in getttyent()
189 tty.ty_status |= TTY_DIALUP; in getttyent()
304 return isttystat(tty, TTY_DIALUP); in isdialuptty()
/freebsd/include/
H A Dttyent.h55 #define TTY_DIALUP 0x04 /* is a dialup tty */ macro