Searched refs:CSIZE (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-11-stable/bin/stty/
H A Dmodes.c56 { "cs5", CS5, CSIZE },
57 { "cs6", CS6, CSIZE },
58 { "cs7", CS7, CSIZE },
59 { "cs8", CS8, CSIZE },
68 { "parity", PARENB | CS7, PARODD | CSIZE },
69 { "-parity", CS8, PARODD | PARENB | CSIZE },
70 { "evenp", PARENB | CS7, PARODD | CSIZE },
71 { "-evenp", CS8, PARODD | PARENB | CSIZE },
72 { "oddp", PARENB | CS7 | PARODD, CSIZE },
73 { "-oddp", CS8, PARODD | PARENB | CSIZE },
[all...]
H A Dkey.c243 ip->t.c_cflag &= ~(CSIZE|PARENB);
H A Dprint.c154 switch(tmp&CSIZE) {
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dmodes.c56 { "cs5", CS5, CSIZE },
57 { "cs6", CS6, CSIZE },
58 { "cs7", CS7, CSIZE },
59 { "cs8", CS8, CSIZE },
68 { "parity", PARENB | CS7, PARODD | CSIZE },
69 { "-parity", CS8, PARODD | PARENB | CSIZE },
70 { "evenp", PARENB | CS7, PARODD | CSIZE },
71 { "-evenp", CS8, PARODD | PARENB | CSIZE },
72 { "oddp", PARENB | CS7 | PARODD, CSIZE },
73 { "-oddp", CS8, PARODD | PARENB | CSIZE },
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c137 {CSIZE, "CSIZE"},
143 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD)
192 const char *result = "CSIZE? ";
193 int value = (int) (tty->c_cflag & CSIZE);
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h101 #define CSIZE 0000060 macro
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c286 if ((cflag&CSIZE) == CS8) {
304 || (cflag&(CSIZE|PARENB)) != CS8)
309 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8)
370 cflag &= ~(CSIZE|PARENB);
463 cflag &= ~(CSIZE|PARENB);
/freebsd-11-stable/contrib/flex/
H A Ddfa.c195 int out_char_set[CSIZE];
388 int symlist[CSIZE + 1];
400 * from 1 to CSIZE, so their size must be CSIZE + 1.
402 int duplist[CSIZE + 1], state[CSIZE + 1];
403 int targfreq[CSIZE + 1], targstate[CSIZE + 1];
1027 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich;
H A Dflexdef.h110 #define CSIZE 256 macro
267 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */
565 * can use the CSIZE'th element to hold equivalence class information
569 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
572 * that they will require positions from 1 .. CSIZE, i.e., CSIZE + 1
574 * don't require the extra position since they're indexed from 1 .. CSIZE - 1.
576 extern int tecfwd[CSIZE + 1], tecbck[CSIZE
[all...]
H A Decs.c121 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */
H A Dtblcmp.c84 int extptr, extrct[2][CSIZE + 1];
226 int tmpstorage[CSIZE + 1];
686 int i, numdiff, tmpbase, tmp[CSIZE + 1];
687 Char transset[CSIZE + 1];
H A Dmain.c82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs,
83 tecfwd[CSIZE + 1];
84 int tecbck[CSIZE + 1];
263 csize = CSIZE;
1208 csize = CSIZE;
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c62 current_mode.c_cflag &= ~(CSIZE|PARENB);
/freebsd-11-stable/sys/sys/
H A D_termios.h126 #define CSIZE 0x00000300 /* character size mask */ macro
/freebsd-11-stable/libexec/getty/
H A Dsubr.c279 CLR(cflag, CSIZE|PARENB);
283 CLR(cflag, CSIZE);
343 CLR(cflag, CSIZE|PARENB);
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c174 t->c_cflag &= ~(CSIZE|PARENB);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c441 tmp_tc.c_cflag &= ~(CSIZE|PARENB);
448 tmp_tc.c_cflag &= ~(CSIZE|PARENB);
449 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB);
/freebsd-11-stable/contrib/telnet/telnet/
H A Dsys_bsd.c577 tmp_tc.c_cflag &= ~(CSIZE|PARENB);
581 tmp_tc.c_cflag &= ~(CSIZE|PARENB);
582 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB);
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c71 termios.c_cflag &= ~(CSIZE | PARENB);
88 termio.c_cflag &= ~(CSIZE | PARENB);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c281 SP_PARM->_use_meta = ((new_term->Ottyb.c_cflag & CSIZE) == CS8 &&
/freebsd-11-stable/usr.bin/tset/
H A Dset.c127 mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL);
/freebsd-11-stable/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c186 t.c_cflag &= ~CSIZE; /* cs8 */
/freebsd-11-stable/contrib/tcsh/
H A Dmi.termios.c226 * CSIZE: CS5-CS8 correspond directly to BITS5-BITS8
358 switch (termios_p->c_cflag & CSIZE)
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c534 mode.c_cflag &= ~(CSIZE | PARODD | CLOCAL);
/freebsd-11-stable/sys/dev/nmdm/
H A Dnmdm.c303 switch (t->c_cflag & CSIZE) {

Completed in 399 milliseconds

123