Home
last modified time | relevance | path

Searched refs:CSIZE (Results 1 – 25 of 66) sorted by relevance

123

/NextBSD/usr.sbin/lpr/lpd/
HDmodes.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 …]
/NextBSD/bin/stty/
HDmodes.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 …]
HDprint.c154 switch(tmp&CSIZE) { in print()
HDkey.c243 ip->t.c_cflag &= ~(CSIZE|PARENB); in f_raw()
/NextBSD/contrib/ncurses/ncurses/trace/
HDlib_tracebits.c137 {CSIZE, "CSIZE"}, in _nc_trace_ttymode()
143 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
193 int value = (int) (tty->c_cflag & CSIZE); in _nc_trace_ttymode()
/NextBSD/contrib/flex/
HDdfa.c195 int out_char_set[CSIZE];
388 int symlist[CSIZE + 1]; in ntod()
402 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod()
403 int targfreq[CSIZE + 1], targstate[CSIZE + 1]; in ntod()
1027 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich;
HDflexdef.h110 #define CSIZE 256 macro
267 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */
569 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
576 extern int tecfwd[CSIZE + 1], tecbck[CSIZE + 1];
HDtblcmp.c84 int extptr, extrct[2][CSIZE + 1];
226 int tmpstorage[CSIZE + 1]; in cmptmps()
686 int i, numdiff, tmpbase, tmp[CSIZE + 1];
687 Char transset[CSIZE + 1];
HDmain.c81 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs,
82 tecfwd[CSIZE + 1];
83 int tecbck[CSIZE + 1];
262 csize = CSIZE; in check_options()
1207 csize = CSIZE;
HDecs.c121 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */
/NextBSD/sys/kern/
HDtty_compat.c286 if ((cflag&CSIZE) == CS8) { in ttcompatgetflags()
304 || (cflag&(CSIZE|PARENB)) != CS8) in ttcompatgetflags()
309 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) in ttcompatgetflags()
370 cflag &= ~(CSIZE|PARENB); in ttcompatsetflags()
463 cflag &= ~(CSIZE|PARENB); in ttcompatsetlflags()
/NextBSD/libexec/getty/
HDsubr.c278 CLR(cflag, CSIZE|PARENB); in set_flags()
282 CLR(cflag, CSIZE); in set_flags()
342 CLR(cflag, CSIZE|PARENB); in set_flags()
/NextBSD/sys/sys/
HD_termios.h120 #define CSIZE 0x00000300 /* character size mask */ macro
/NextBSD/contrib/ncurses/include/
HDnc_termios.h101 #define CSIZE 0000060 macro
/NextBSD/crypto/heimdal/appl/telnet/telnet/
HDsys_bsd.c441 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
448 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
449 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB); in TerminalNewMode()
/NextBSD/contrib/ntp/lib/isc/unix/
HDkeyboard.c62 current_mode.c_cflag &= ~(CSIZE|PARENB); in isc_keyboard_open()
/NextBSD/contrib/telnet/telnet/
HDsys_bsd.c581 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
585 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
586 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB); in TerminalNewMode()
/NextBSD/contrib/gdb/gdb/gdbserver/
HDremote-utils.c71 termios.c_cflag &= ~(CSIZE | PARENB); in remote_open()
88 termio.c_cflag &= ~(CSIZE | PARENB); in remote_open()
/NextBSD/lib/libc/gen/
HDtermios.c174 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
/NextBSD/usr.sbin/bluetooth/hcseriald/
HDhcseriald.c184 t.c_cflag &= ~CSIZE; /* cs8 */ in open_device()
/NextBSD/contrib/ncurses/ncurses/base/
HDlib_newterm.c281 SP_PARM->_use_meta = ((new_term->Ottyb.c_cflag & CSIZE) == CS8 && in NCURSES_SP_NAME()
/NextBSD/contrib/tcsh/
HDmi.termios.c360 switch (termios_p->c_cflag & CSIZE)
/NextBSD/usr.bin/tset/
HDset.c127 mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL); in reset_mode()
/NextBSD/contrib/ntp/ntpd/
HDrefclock_neoclock4x.c222 termsettings.c_cflag &= ~CSIZE; in neoclock4x_start()
244 termsettings.c_cflag &= ~CSIZE; in neoclock4x_start()
/NextBSD/contrib/telnet/telnetd/
HDsys_term.c569 termbuf.c_cflag &= ~(CSIZE|PARENB); in tty_binaryout()
573 termbuf.c_cflag &= ~CSIZE; in tty_binaryout()

123