Home
last modified time | relevance | path

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

1234

/openbsd-src/bin/stty/
H A Dmodes.c53 { "cs5", CS5, CSIZE },
54 { "cs6", CS6, CSIZE },
55 { "cs7", CS7, CSIZE },
56 { "cs8", CS8, CSIZE },
65 { "parity", PARENB | CS7, PARODD | CSIZE },
66 { "-parity", CS8, PARODD | PARENB | CSIZE },
67 { "evenp", PARENB | CS7, PARODD | CSIZE },
68 { "-evenp", CS8, PARODD | PARENB | CSIZE },
69 { "oddp", PARENB | CS7 | PARODD, CSIZE },
70 { "-oddp", CS8, PARODD | PARENB | CSIZE },
[all …]
/openbsd-src/usr.sbin/lpr/lpd/
H A Dmodes.c50 { "cs5", CS5, CSIZE },
51 { "cs6", CS6, CSIZE },
52 { "cs7", CS7, CSIZE },
53 { "cs8", CS8, CSIZE },
62 { "parity", PARENB | CS7, PARODD | CSIZE },
63 { "-parity", CS8, PARODD | PARENB | CSIZE },
64 { "evenp", PARENB | CS7, PARODD | CSIZE },
65 { "-evenp", CS8, PARODD | PARENB | CSIZE },
66 { "oddp", PARENB | CS7 | PARODD, CSIZE },
67 { "-oddp", CS8, PARODD | PARENB | CSIZE },
[all …]
/openbsd-src/usr.sbin/lpd/
H A Dlp_stty.c242 ip->t.c_cflag &= ~(CSIZE|PARENB); in f_raw()
295 { "cs5", CS5, CSIZE },
296 { "cs6", CS6, CSIZE },
297 { "cs7", CS7, CSIZE },
298 { "cs8", CS8, CSIZE },
307 { "parity", PARENB | CS7, PARODD | CSIZE },
308 { "-parity", CS8, PARODD | PARENB | CSIZE },
309 { "evenp", PARENB | CS7, PARODD | CSIZE },
310 { "-evenp", CS8, PARODD | PARENB | CSIZE },
311 { "oddp", PARENB | CS7 | PARODD, CSIZE },
[all …]
/openbsd-src/lib/libc/gen/
H A Dlogin_cap.c461 #define CSIZE 2 macro
470 { RLIMIT_FSIZE, CSIZE, "filesize", },
471 { RLIMIT_DATA, CSIZE, "datasize", },
472 { RLIMIT_STACK, CSIZE, "stacksize", },
473 { RLIMIT_RSS, CSIZE, "memoryuse", },
474 { RLIMIT_MEMLOCK, CSIZE, "memorylocked", },
477 { RLIMIT_CORE, CSIZE, "coredumpsize", },
479 { RLIMIT_VMEM, CSIZE, "vmemoryuse", },
543 case CSIZE: in gsetrl()
/openbsd-src/usr.bin/lex/
H A Dflexdef.h88 #define CSIZE 256 macro
229 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */
527 * can use the CSIZE'th element to hold equivalence class information
531 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
534 * that they will require positions from 1 .. CSIZE, i.e., CSIZE + 1
536 * don't require the extra position since they're indexed from 1 .. CSIZE - 1.
538 extern int tecfwd[CSIZE + 1], tecbck[CSIZE
[all...]
H A Ddfa.c189 int out_char_set[CSIZE];
382 int symlist[CSIZE + 1];
394 * from 1 to CSIZE, so their size must be CSIZE + 1. in ntod()
396 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod()
397 int targfreq[CSIZE + 1], targstate[CSIZE + 1]; in ntod()
1018 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich;
H A Dtblcmp.c86 int extptr, extrct[2][CSIZE + 1];
235 int tmpstorage[CSIZE + 1]; in cmptmps()
700 int i, numdiff, tmpbase, tmp[CSIZE + 1];
701 u_char transset[CSIZE + 1];
H A Dmain.c82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, tecfwd[CSIZE + 1];
83 int tecbck[CSIZE + 1];
255 csize = CSIZE; in check_options()
1171 csize = CSIZE;
H A Decs.c123 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */ in mkeccl()
/openbsd-src/lib/libc/termios/
H A Dcfmakeraw.c43 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
/openbsd-src/libexec/getty/
H A Dsubr.c210 CLR(cflag, CSIZE|PARENB); in setflags()
214 CLR(cflag, CSIZE); in setflags()
267 CLR(cflag, CSIZE|PARENB); in setflags()
/openbsd-src/usr.bin/telnet/
H A Dsys_bsd.c302 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
310 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
311 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB); in TerminalNewMode()
/openbsd-src/sys/dev/tc/
H A Dzs_ioasic.c108 int zs_def_cflag = (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8;
759 cs->cs_defcflag = (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8; in zs_ioasic_cnattach()
781 cs->cs_defcflag = (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8;
/openbsd-src/sys/arch/loongson/dev/
H A Dcom_leioc.c119 comconscflag = (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | in leioc_cons_setup()
/openbsd-src/lib/libcurses/
H A Dnc_termios.h132 #define CSIZE 0x00030 macro
/openbsd-src/sys/sys/
H A Dtermios.h136 #define CSIZE 0x00000300 /* character size mask */ macro
/openbsd-src/sys/arch/alpha/alpha/
H A Ddec_eb64plus.c123 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) in dec_eb64plus_cons_init()
H A Ddec_kn20aa.c123 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) in dec_kn20aa_cons_init()
H A Ddec_alphabook1.c121 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) in dec_alphabook1_cons_init()
H A Ddec_550.c124 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) in dec_550_cons_init()
H A Ddec_kn300.c163 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) { in dec_kn300_cons_init()
H A Ddec_1000a.c185 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) in dec_1000a_cons_init()
H A Ddec_eb164.c118 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) in dec_eb164_cons_init()
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dremote-utils.c82 termios.c_cflag &= ~(CSIZE | PARENB); in remote_open()
99 termio.c_cflag &= ~(CSIZE | PARENB); in remote_open()
/openbsd-src/sys/arch/octeon/dev/
H A Dcn30xxuart.c92 comconscflag = (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8; in com_fdt_init_cons()

1234