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

  /src/libexec/telnetd/
global.c 66 int restartany; /* restart output on any character state */ variable in typeref:typename:int
ext.h 51 extern int restartany; /* restart output on any character state */
termstat.c 361 if (tty_restartany() != restartany) {
362 restartany = tty_restartany();
365 restartany ? LFLOW_RESTART_ANY
state.c 1587 if (restartany >= 0) {
1590 if (restartany) {
telnetd.c 790 restartany = -1; /* uninitialized... */
  /src/usr.bin/telnet/
sys_bsd.c 301 if (restartany < 0) {
303 } else if (restartany > 0) {
externs.h 76 restartany, /* If flow control, restart output on any character */
telnet.c 105 restartany, /* if flow control enabled, restart on any character */ variable in typeref:typename:int
179 restartany = -1;
827 restartany = 1;
830 restartany = 0;

Completed in 17 milliseconds