Home
last modified time | relevance | path

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

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