Searched refs:c_cflag (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dposix_tty.c151 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 |
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
H A Dposix_tty.c153 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 |
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
H A Dms.c141 t.c_cflag &= ~ (CSIZE | PARENB);
142 t.c_cflag |= CS8 | CLOCAL | CSTOPB;
H A Dmouse.c216 unsigned int c_cflag; member in struct:_kmouseProt
743 t.c_cflag = km->prot->c_cflag;
H A Dkeyboard.c703 nTty.c_cflag = CREAD | CS8;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dlnx-ms.c252 nTty.c_cflag &= ~(CSIZE | PARENB);
253 nTty.c_cflag |= CS8 | CLOCAL | CSTOPB;
H A Dlnx-keyboard.c762 nTty.c_cflag = CREAD | CS8;
/xsrc/external/mit/xterm/dist/
H A Dresize.c480 tio.c_cflag |= CS8;
488 tio.c_cflag |= CS8;
H A Dmain.c2535 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, CSIZ
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_init.c225 nTty.c_cflag = CREAD | CS8;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_init.c278 nTty.c_cflag = CREAD | CS8;
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dbsd_kbd.c181 nTty.c_cflag = CREAD | CS8;

Completed in 18 milliseconds