HomeSort by: relevance | last modified time | path
    Searched refs:flowmode (Results 1 - 5 of 5) sorted by relevancy

  /src/libexec/telnetd/
global.c 65 int flowmode; /* current flow control state */ variable in typeref:typename:int
ext.h 50 extern int flowmode; /* current flow control state */
termstat.c 354 if (tty_flowmode() != flowmode) {
355 flowmode = tty_flowmode();
358 flowmode ? LFLOW_ON : LFLOW_OFF,
telnetd.c 789 flowmode = 1; /* default flow control state */
1054 if (newflow != flowmode) {
1055 flowmode = newflow;
1059 flowmode ? LFLOW_ON
state.c 1580 if (flowmode) {

Completed in 13 milliseconds