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

1 2 3 4 5 6 7 8

  /src/bin/stty/
modes.c 80 { "cs5", CS5, CSIZE },
81 { "cs6", CS6, CSIZE },
82 { "cs7", CS7, CSIZE },
83 { "cs8", CS8, CSIZE },
84 { "parity", PARENB | CS7, PARODD | CSIZE },
85 { "-parity", CS8, PARODD | PARENB | CSIZE },
86 { "evenp", PARENB | CS7, PARODD | CSIZE },
87 { "-evenp", CS8, PARODD | PARENB | CSIZE },
88 { "oddp", PARENB | CS7 | PARODD, CSIZE },
89 { "-oddp", CS8, PARODD | PARENB | CSIZE },
    [all...]
  /src/usr.sbin/lpr/lpd/
modes.c 59 { "cs5", CS5, CSIZE },
60 { "cs6", CS6, CSIZE },
61 { "cs7", CS7, CSIZE },
62 { "cs8", CS8, CSIZE },
71 { "parity", PARENB | CS7, PARODD | CSIZE },
72 { "-parity", CS8, PARODD | PARENB | CSIZE },
73 { "evenp", PARENB | CS7, PARODD | CSIZE },
74 { "-evenp", CS8, PARODD | PARENB | CSIZE },
75 { "oddp", PARENB | CS7 | PARODD, CSIZE },
76 { "-oddp", CS8, PARODD | PARENB | CSIZE },
    [all...]
  /src/external/bsd/tmux/dist/compat/
cfmakeraw.c 31 tio->c_cflag &= ~(CSIZE|PARENB);
  /src/lib/libc/termios/
cfmakeraw.c 64 t->c_cflag &= ~(CSIZE|PARENB);
  /src/sys/arch/evbmips/sbmips/
console.c 49 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
  /src/sys/arch/sbmips/sbmips/
console.c 49 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
  /src/sys/dev/fdt/
fdt_console.c 162 case '5': flags &= ~CSIZE; flags |= CS5; break;
163 case '6': flags &= ~CSIZE; flags |= CS6; break;
164 case '7': flags &= ~CSIZE; flags |= CS7; break;
165 case '8': flags &= ~CSIZE; flags |= CS8; break;
  /src/sys/arch/evbppc/walnut/
consinit.c 58 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
81 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
  /src/sys/arch/ibmnws/ibmnws/
consinit.c 82 (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8))
  /src/sbin/dump/
rcache.c 92 #define CSIZE (nblksread << dev_bshift) /* cache buf size */
93 #define CDATA(desc) (cdata + ((desc) - cdesc) * CSIZE)
130 cachetmp = (usermem / MAXMEMPART) / CSIZE;
143 cachebufs * CSIZE;
324 if (toCopy <= 0 || toCopy > CSIZE) {
334 dev_bshift) > CDATA(curr) + CSIZE) {
  /src/sys/arch/hppa/gsc/
com_gsc.c 120 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) {
156 ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) |
  /src/sys/arch/evbppc/explora/
consinit.c 82 (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8);
  /src/sys/arch/rs6000/rs6000/
consinit.c 84 ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8))) {
  /src/external/bsd/flex/dist/src/
flexdef.h 103 #define CSIZE 256
233 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */
354 * csize - size of character set for the scanner we're generating;
376 extern int csize;
531 * can use the CSIZE'th element to hold equivalence class information
535 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
538 * that they will require positions from 1 .. CSIZE, i.e., CSIZE + 1
540 * don't require the extra position since they're indexed from 1 .. CSIZE - 1
    [all...]
dfa.c 187 int out_char_set[CSIZE];
189 for (i = 0; i < csize; ++i) {
199 for (i = 0; i < csize; ++i)
379 int symlist[CSIZE + 1];
391 * from 1 to CSIZE, so their size must be CSIZE + 1.
393 int duplist[CSIZE + 1], state[CSIZE + 1];
394 int targfreq[CSIZE + 1] = {0}, targstate[CSIZE + 1]
    [all...]
  /src/sys/arch/sgimips/sgimips/
console.c 65 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
244 # define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8)
  /src/sys/arch/xen/x86/
consinit.c 106 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
137 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
  /src/sys/arch/alpha/pci/
pci_consinit.c 95 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) {
  /src/sys/arch/cobalt/dev/
com_mainbus.c 53 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
  /src/sys/arch/hppa/dev/
com_ssio.c 95 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) {
  /src/sys/arch/prep/prep/
consinit.c 139 ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8)))
  /src/external/gpl3/gdb/dist/sim/h8300/
h8300-sim.h 31 #define CSIZE 1024
  /src/external/gpl3/gdb.old/dist/sim/h8300/
h8300-sim.h 31 #define CSIZE 1024
  /src/sys/arch/algor/algor/
machdep.c 245 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0)
289 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0)
331 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0)
  /src/usr.bin/telnet/
sys_bsd.c 367 tmp_tc.c_cflag &= ~(CSIZE|PARENB);
371 tmp_tc.c_cflag &= ~(CSIZE|PARENB);
372 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB);

Completed in 25 milliseconds

1 2 3 4 5 6 7 8