HomeSort by: relevance | last modified time | path
    Searched refs:ICANON (Results 1 - 25 of 79) sorted by relevancy

1 2 3 4

  /src/external/bsd/tmux/dist/compat/
cfmakeraw.c 30 tio->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
  /src/lib/libc/termios/
cfmakeraw.c 63 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
  /src/sys/arch/atari/stand/tostools/libtos/
keywait.c 55 term_attr.c_lflag &= ~ICANON;
  /src/games/hack/
hack.tty.c 163 flags.cbreak = (inittyb.c_lflag & ICANON) ? OFF : ON;
186 if (curttyb.c_lflag & ICANON) {
187 curttyb.c_lflag &= ~ICANON;
  /src/share/examples/rump/tipsy/
tipsy.c 122 tios.c_lflag &= ~(ICANON|ISIG|IEXTEN|ECHO);
133 tios.c_lflag &= ~(ICANON|IEXTEN|ECHO);
  /src/external/bsd/less/dist/lesstest/
term.c 12 #ifdef ICANON
13 | ICANON
  /src/games/backgammon/teachgammon/
teach.c 69 raw.c_lflag &= ~ICANON; /* set up modes */
  /src/sys/sys/
ttydefaults.h 50 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
termios.h 47 #define VEOF 0 /* ICANON */
48 #define VEOL 1 /* ICANON */
50 #define VEOL2 2 /* ICANON */
52 #define VERASE 3 /* ICANON */
54 #define VWERASE 4 /* ICANON */
56 #define VKILL 5 /* ICANON */
58 #define VREPRINT 6 /* ICANON */
73 #define VMIN 16 /* !ICANON */
74 #define VTIME 17 /* !ICANON */
76 #define VSTATUS 18 /* ICANON */
    [all...]
  /src/crypto/external/bsd/openssh/dist/
sshtty.c 85 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL);
ttymodes.h 127 TTYMODE(ICANON, c_lflag, 51)
  /src/usr.sbin/lpr/lpd/
modes.c 161 { "icanon", ICANON, 0 },
162 { "-icanon", 0, ICANON },
ttcompat.c 85 if (!ISSET(lflag, ICANON)) {
107 CLR(lflag, ISIG|ICANON|IEXTEN);
113 CLR(lflag, ICANON);
115 SET(lflag, ICANON);
  /src/external/gpl3/gdb/dist/readline/readline/examples/
excallback.c 121 term.c_lflag &= ~ICANON;
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
excallback.c 121 term.c_lflag &= ~ICANON;
  /src/libexec/telnetd/
sys_term.c 263 return(!(termbuf.c_lflag & ICANON));
306 return(termbuf.c_lflag & ICANON);
319 termbuf.c_lflag |= ICANON;
321 termbuf.c_lflag &= ~ICANON;
  /src/external/bsd/ppp/dist/pppd/
termios_linux.h 191 t->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN);
  /src/external/bsd/top/dist/
screen.c 403 /* turn off ICANON, character echo and tab expansion */
404 new_settings.c_lflag &= ~(ICANON|ECHO);
428 /* turn off ICANON, character echo and tab expansion */
429 new_settings.c_lflag &= ~(ICANON|ECHO);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
termios.d 114 ICANON
213 enum ICANON = 0x0000002; // 0000002
310 enum ICANON = 0x00000100;
407 enum ICANON = 0x00000100;
504 enum ICANON = 0x00000100;
601 enum ICANON = 0x00000100;
698 enum ICANON = 0x00000100;
780 enum ICANON = 0x000002;
  /src/libexec/getty/
subr.c 312 CLR(lflag, ICANON);
374 lflag = ICANON|ISIG|IEXTEN;
399 CLR(lflag, ISIG|ICANON|IEXTEN);
405 CLR(lflag, ICANON);
407 SET(lflag, ICANON);
  /src/bin/csh/
file.c 120 if (tchars.c_lflag & ICANON)
123 tchars.c_lflag |= ICANON;
178 tty.c_lflag &= ~ICANON;
233 tty.c_lflag |= ICANON;
  /src/bin/ksh/
edit.c 224 cb.c_lflag &= ~(ICANON|ECHO);
229 cb.c_lflag &= ~(ICANON|ECHO);
232 cb.c_lflag &= ~(ICANON|ECHO);
237 cb.c_lflag &= ~(ISIG|ICANON|ECHO);
241 /* osf/1 processes lnext when ~icanon */
245 /* sunos 4.1.x & osf/1 processes discard(flush) when ~icanon */
  /src/bin/stty/
modes.c 136 { "icanon", ICANON },
  /src/sys/compat/common/
tty_43.c 309 if (!ISSET(lflag, ICANON)) {
384 CLR(lflag, ISIG|ICANON|IEXTEN);
390 CLR(lflag, ICANON);
392 SET(lflag, ICANON);
  /src/usr.bin/tip/aculib/
v831.c 210 cntrl.c_lflag &= ~(ISIG | ICANON);

Completed in 36 milliseconds

1 2 3 4