| /openbsd-src/bin/stty/ |
| H A D | modes.c | 53 { "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 D | modes.c | 50 { "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 D | lp_stty.c | 242 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 D | login_cap.c | 461 #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 D | flexdef.h | 88 #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 D | dfa.c | 189 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 D | tblcmp.c | 86 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 D | main.c | 82 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 D | ecs.c | 123 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */ in mkeccl()
|
| /openbsd-src/lib/libc/termios/ |
| H A D | cfmakeraw.c | 43 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
|
| /openbsd-src/libexec/getty/ |
| H A D | subr.c | 210 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 D | sys_bsd.c | 302 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 D | zs_ioasic.c | 108 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 D | com_leioc.c | 119 comconscflag = (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | in leioc_cons_setup()
|
| /openbsd-src/lib/libcurses/ |
| H A D | nc_termios.h | 132 #define CSIZE 0x00030 macro
|
| /openbsd-src/sys/sys/ |
| H A D | termios.h | 136 #define CSIZE 0x00000300 /* character size mask */ macro
|
| /openbsd-src/sys/arch/alpha/alpha/ |
| H A D | dec_eb64plus.c | 123 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) in dec_eb64plus_cons_init()
|
| H A D | dec_kn20aa.c | 123 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) in dec_kn20aa_cons_init()
|
| H A D | dec_alphabook1.c | 121 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) in dec_alphabook1_cons_init()
|
| H A D | dec_550.c | 124 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) in dec_550_cons_init()
|
| H A D | dec_kn300.c | 163 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) { in dec_kn300_cons_init()
|
| H A D | dec_1000a.c | 185 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) in dec_1000a_cons_init()
|
| H A D | dec_eb164.c | 118 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) in dec_eb164_cons_init()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/ |
| H A D | remote-utils.c | 82 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 D | cn30xxuart.c | 92 comconscflag = (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8; in com_fdt_init_cons()
|