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

  /src/libexec/telnetd/
global.c 60 int alwayslinemode; /* command line option */ variable in typeref:typename:int
ext.h 45 extern int alwayslinemode; /* command line option */
termstat.c 72 * alwayslinemode : true if -l was specified on the telnetd
100 * If the -l option was specified (alwayslinemode), then
170 * If alwayslinemode is on, and pty is changing to turn it off, then
173 if (alwayslinemode && linemode && !uselinemode) {
405 * We can not turn off linemode if alwayslinemode
409 if (alwayslinemode && tty_isediting()) {
telnetd.c 272 alwayslinemode = 1;

Completed in 64 milliseconds