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

/freebsd-13-stable/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-13-stable/contrib/telnet/telnetd/
H A Dtermstat.c360 if (tty_flowmode() != flowmode) {
361 flowmode = tty_flowmode();
364 flowmode ? LFLOW_ON : LFLOW_OFF,
H A Dext.h51 EXTERN int flowmode; /* current flow control state */ variable
H A Dtelnetd.c784 flowmode = 1; /* default flow control state */
1126 if (newflow != flowmode) {
1127 flowmode = newflow;
1130 flowmode ? LFLOW_ON
H A Dstate.c1533 if (flowmode) {

Completed in 78 milliseconds