Home
last modified time | relevance | path

Searched refs:MODE_FLOW (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.bin/telnet/
H A Dterminal.c175 mode |= MODE_FLOW; in getconnmode()
H A Dsys_bsd.c443 if ((f&MODE_FLOW) == 0) { in TerminalNewMode()
H A Dcommands.c2034 printf("%s flow control\n", (mode&MODE_FLOW) ? "Local" : "No"); in status()
/dragonfly/include/arpa/
H A Dtelnet.h174 #define MODE_FLOW 0x0100 macro