Searched refs:flowmode (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtermstat.c55 if (tty_flowmode() != flowmode) {
56 flowmode = tty_flowmode();
59 flowmode ? LFLOW_ON : LFLOW_OFF,
H A Dglobal.c48 int flowmode; /* current flow control state */ variable
H A Dext.h47 extern int flowmode; /* current flow control state */
H A Dtelnetd.c858 flowmode = 1; /* default flow control state */
1174 if (newflow != flowmode) {
1175 flowmode = newflow;
1178 flowmode ? LFLOW_ON
H A Dstate.c1332 if (flowmode) {
/freebsd-10.3-release/contrib/telnet/telnetd/
H A Dext.h51 extern int flowmode; /* current flow control state */
H A Dtermstat.c364 if (tty_flowmode() != flowmode) {
365 flowmode = tty_flowmode();
368 flowmode ? LFLOW_ON : LFLOW_OFF,
H A Dtelnetd.c785 flowmode = 1; /* default flow control state */
1111 if (newflow != flowmode) {
1112 flowmode = newflow;
1115 flowmode ? LFLOW_ON
H A Dstate.c1537 if (flowmode) {

Completed in 167 milliseconds