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

  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
ms.c 140 t.c_lflag &= ~ (ECHO | ECHONL | ICANON | ISIG | IEXTEN);
mouse.c 215 unsigned int c_lflag; member in struct:_kmouseProt
742 t.c_lflag = km->prot->c_lflag;
keyboard.c 704 nTty.c_lflag = 0;
  /xsrc/external/mit/xterm/dist/
resize.c 479 UIntClr(tio.c_lflag, (ICANON | ECHO));
487 UIntClr(tio.c_lflag, (ICANON | ECHO));
main.c 2536 d_tio.c_lflag = ISIG | ICANON | ECHO | ECHOE | ECHOK;
2538 d_tio.c_lflag |= ECHOKE | IEXTEN;
2541 d_tio.c_lflag |= ECHOCTL | IEXTEN;
2569 d_tio.c_lflag = ISIG | ICANON | ECHO | ECHOE | ECHOK;
2571 d_tio.c_lflag |= ECHOKE | IEXTEN;
2574 d_tio.c_lflag |= ECHOCTL | IEXTEN;
4535 tio.c_lflag |= ECHOE;
4585 tio.c_lflag |= ISIG | ICANON | ECHO | ECHOE | ECHOK;
4587 tio.c_lflag |= ECHOKE | IEXTEN;
4590 tio.c_lflag |= ECHOCTL | IEXTEN
    [all...]
button.c 2561 if ((n == VMIN || n == VTIME) && !(data.c_lflag & ICANON))
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
lnx-ms.c 251 nTty.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN);
lnx-keyboard.c 763 nTty.c_lflag = 0;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_init.c 226 nTty.c_lflag = 0;
  /xsrc/external/mit/luit/dist/
sys.c 259 tio.c_lflag &= (unsigned) ~(ECHO | ICANON | ISIG);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_init.c 279 nTty.c_lflag = 0;
  /xsrc/external/mit/xf86-input-keyboard/dist/src/
bsd_kbd.c 182 nTty.c_lflag = 0;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
posix_tty.c 152 t.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
posix_tty.c 150 t.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);

Completed in 20 milliseconds