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

  /xsrc/external/mit/luit/dist/
sys.c 262 tio.c_oflag &= (unsigned) ~ONLCR;
265 tio.c_oflag &= (unsigned) ~OCRNL;
268 tio.c_oflag &= (unsigned) ~ONOCR;
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
ms.c 139 t.c_oflag &= ~ OPOST;
mouse.c 214 unsigned int c_oflag; member in struct:_kmouseProt
741 t.c_oflag = km->prot->c_oflag;
keyboard.c 702 nTty.c_oflag = 0;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
lnx-ms.c 250 nTty.c_oflag &= ~OPOST;
lnx-keyboard.c 761 nTty.c_oflag = 0;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_init.c 224 nTty.c_oflag = 0;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_init.c 277 nTty.c_oflag = 0;
  /xsrc/external/mit/xf86-input-keyboard/dist/src/
bsd_kbd.c 180 nTty.c_oflag = 0;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
posix_tty.c 151 t.c_oflag &= ~OPOST;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
posix_tty.c 149 t.c_oflag &= ~OPOST;
  /xsrc/external/mit/xterm/dist/
main.c 2522 d_tio.c_oflag = TAB3 | D_TIO_FLAGS;
4552 UIntClr(tio.c_oflag,
4562 tio.c_oflag |= D_TIO_FLAGS;
4606 unsigned tmp = (unsigned) tio.c_oflag;
4609 tio.c_oflag = tmp;
4859 t.c_oflag |= OPOST;

Completed in 11 milliseconds