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

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
posix_tty.c 153 t.c_cflag &= ~(CSIZE | PARENB);
154 t.c_cflag |= CS8 | CLOCAL;
217 t.c_cflag &= ~(CSTOPB);
220 t.c_cflag |= CSTOPB;
232 t.c_cflag &= ~(CSIZE);
233 t.c_cflag |= CS5;
236 t.c_cflag &= ~(CSIZE);
237 t.c_cflag |= CS6;
240 t.c_cflag &= ~(CSIZE);
241 t.c_cflag |= CS7
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
posix_tty.c 151 t.c_cflag &= ~(CSIZE|PARENB);
152 t.c_cflag |= CS8|CLOCAL;
224 t.c_cflag &= ~(CSTOPB);
227 t.c_cflag |= CSTOPB;
242 t.c_cflag &= ~(CSIZE);
243 t.c_cflag |= CS5;
246 t.c_cflag &= ~(CSIZE);
247 t.c_cflag |= CS6;
250 t.c_cflag &= ~(CSIZE);
251 t.c_cflag |= CS7
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
ms.c 141 t.c_cflag &= ~ (CSIZE | PARENB);
142 t.c_cflag |= CS8 | CLOCAL | CSTOPB;
mouse.c 216 unsigned int c_cflag; member in struct:_kmouseProt
743 t.c_cflag = km->prot->c_cflag;
keyboard.c 703 nTty.c_cflag = CREAD | CS8;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
lnx-ms.c 252 nTty.c_cflag &= ~(CSIZE | PARENB);
253 nTty.c_cflag |= CS8 | CLOCAL | CSTOPB;
lnx-keyboard.c 762 nTty.c_cflag = CREAD | CS8;
  /xsrc/external/mit/xterm/dist/
resize.c 480 tio.c_cflag |= CS8;
488 tio.c_cflag |= CS8;
main.c 2535 d_tio.c_cflag = line_speed | CS8 | CREAD | PARENB | HUPCL;
2560 d_tio.c_cflag = CS8 | CREAD | PARENB | HUPCL;
2562 d_tio.c_cflag = line_speed | CS8 | CREAD | PARENB | HUPCL;
2565 d_tio.c_cflag = CS8 | CREAD | PARENB | HUPCL;
2584 d_tio.c_cflag &= ~(HUPCL | PARENB);
2984 tio.c_cflag &= ~(CLOCAL);
4567 UIntClr(tio.c_cflag, CBAUD);
4573 tio.c_cflag |= line_speed;
4580 tio.c_cflag &= (unsigned) ~CLOCAL;
4643 UIntClr(tio.c_cflag, CSIZE)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_init.c 225 nTty.c_cflag = CREAD | CS8;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_init.c 278 nTty.c_cflag = CREAD | CS8;
  /xsrc/external/mit/xf86-input-keyboard/dist/src/
bsd_kbd.c 181 nTty.c_cflag = CREAD | CS8;

Completed in 21 milliseconds