Home
last modified time | relevance | path

Searched refs:flowmode (Results 1 – 5 of 5) sorted by relevance

/netbsd/libexec/telnetd/
H A Dtermstat.c354 if (tty_flowmode() != flowmode) { in flowstat()
355 flowmode = tty_flowmode(); in flowstat()
358 flowmode ? LFLOW_ON : LFLOW_OFF, in flowstat()
H A Dtelnetd.c786 flowmode = 1; /* default flow control state */ in telnet()
1051 if (newflow != flowmode) { in telnet()
1052 flowmode = newflow; in telnet()
1056 flowmode ? LFLOW_ON in telnet()
H A Dglobal.c65 int flowmode; /* current flow control state */ variable
H A Dext.h50 extern int flowmode; /* current flow control state */
H A Dstate.c1586 if (flowmode) { in send_status()