Searched refs:cntrl (Results 1 - 25 of 95) sorted by relevance

1234

/netbsd-current/usr.bin/tip/aculib/
H A Ddf.c70 struct termios cntrl; local
76 (void)tcgetattr(f, &cntrl);
77 cntrl.c_cflag |= HUPCL;
78 (void)tcsetattr(f, TCSANOW, &cntrl);
91 (void)tcgetattr(f, &cntrl);
92 spd = cfgetospeed(&cntrl);
94 (void)cfsetospeed(&cntrl, B1200);
95 (void)cfsetispeed(&cntrl, B1200);
96 (void)tcsetattr(f, TCSAFLUSH, &cntrl);
112 (void)cfsetospeed(&cntrl, sp
[all...]
H A Dv831.c131 struct termios cntrl; local
139 (void)tcgetattr(FD, &cntrl);
140 (void)cfsetospeed(&cntrl, 0);
141 (void)cfsetispeed(&cntrl, 0);
142 (void)tcsetattr(FD, TCSAFLUSH, &cntrl);
189 struct termios cntrl; local
206 (void)tcgetattr(AC, &cntrl);
207 (void)cfsetospeed(&cntrl, B2400);
208 (void)cfsetispeed(&cntrl, B2400);
209 cntrl
[all...]
H A Ddn11.c55 struct termios cntrl; local
99 (void)tcgetattr(dn, &cntrl);
100 cntrl.c_cflag |= HUPCL;
101 (void)tcsetattr(dn, TCSANOW, &cntrl);
H A Dcourier.c67 struct termios cntrl; local
72 (void)tcgetattr(FD, &cntrl);
73 cntrl.c_cflag |= HUPCL;
74 (void)tcsetattr(FD, TCSAFLUSH, &cntrl);
226 struct termios cntrl; local
228 (void)tcgetattr(FD, &cntrl);
229 (void)cfsetospeed(&cntrl, bm->baud);
230 (void)cfsetispeed(&cntrl, bm->baud);
231 (void)tcsetattr(FD, TCSAFLUSH, &cntrl);
H A Dt3000.c64 struct termios cntrl; local
69 (void)tcgetattr(FD, &cntrl);
70 cntrl.c_cflag |= HUPCL;
71 (void)tcsetattr(FD, TCSANOW, &cntrl);
234 struct termios cntrl; local
236 (void)tcgetattr(FD, &cntrl);
237 (void)cfsetospeed(&cntrl, bm->baud);
238 (void)cfsetispeed(&cntrl, bm->baud);
239 (void)tcsetattr(FD, TCSAFLUSH, &cntrl);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Dctype_configure_char.cc48 cntrl /* null */,
49 cntrl /* ^A */,
50 cntrl /* ^B */,
51 cntrl /* ^C */,
52 cntrl /* ^D */,
53 cntrl /* ^E */,
54 cntrl /* ^F */,
55 cntrl /* ^G */,
56 cntrl /* ^H */,
57 ctype_base::mask(space | cntrl | blan
[all...]
H A Dctype_base.h58 static const mask cntrl = 1 << 8; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Dctype_configure_char.cc48 cntrl /* null */,
49 cntrl /* ^A */,
50 cntrl /* ^B */,
51 cntrl /* ^C */,
52 cntrl /* ^D */,
53 cntrl /* ^E */,
54 cntrl /* ^F */,
55 cntrl /* ^G */,
56 cntrl /* ^H */,
57 ctype_base::mask(space | cntrl | blan
[all...]
H A Dctype_base.h58 static const mask cntrl = 1 << 8; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Dctype_configure_char.cc48 cntrl /* null */,
49 cntrl /* ^A */,
50 cntrl /* ^B */,
51 cntrl /* ^C */,
52 cntrl /* ^D */,
53 cntrl /* ^E */,
54 cntrl /* ^F */,
55 cntrl /* ^G */,
56 cntrl /* ^H */,
57 ctype_base::mask(space | cntrl | blan
[all...]
H A Dctype_base.h58 static const mask cntrl = 1 << 8; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Dctype_configure_char.cc48 cntrl /* null */,
49 cntrl /* ^A */,
50 cntrl /* ^B */,
51 cntrl /* ^C */,
52 cntrl /* ^D */,
53 cntrl /* ^E */,
54 cntrl /* ^F */,
55 cntrl /* ^G */,
56 cntrl /* ^H */,
57 ctype_base::mask(space | cntrl | blan
[all...]
H A Dctype_base.h58 static const mask cntrl = 1 << 8; member in struct:ctype_base
/netbsd-current/usr.bin/tip/
H A Dhunt.c82 struct termios cntrl; local
90 (void)tcgetattr(FD, &cntrl);
92 cntrl.c_cflag |= HUPCL;
93 (void)tcsetattr(FD, TCSAFLUSH, &cntrl);
H A Dtip.c560 struct termios cntrl; local
562 (void)tcgetattr(FD, &cntrl);
563 (void)cfsetospeed(&cntrl, spd);
564 (void)cfsetispeed(&cntrl, spd);
565 cntrl.c_cflag &= ~(CSIZE|PARENB);
566 cntrl.c_cflag |= CS8;
568 cntrl.c_cflag |= CLOCAL;
570 cntrl.c_cflag |= CRTSCTS;
571 cntrl.c_iflag &= ~(ISTRIP|ICRNL);
572 cntrl
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Dctype_base.h52 static const mask cntrl = 1 << 8; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Dctype_base.h52 static const mask cntrl = 1 << 8; member in struct:ctype_base
/netbsd-current/usr.sbin/rbootd/
H A Drmp.h89 u_int16_t cntrl; /* 802.2 control field */ member in struct:hp_llc
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/solaris/solaris2.10/
H A Dctype_base.h54 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/netbsd/
H A Dctype_base.h56 static const mask cntrl = _CTYPE_C; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_base.h52 static const mask cntrl = _CTYPE_C; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/hpux/
H A Dctype_base.h52 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/uclibc/
H A Dctype_base.h59 static const mask cntrl = _IScntrl; member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Dctype_base.h45 static const mask cntrl = __dj_ISCNTRL; // Control character member in struct:ctype_base
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/solaris/
H A Dctype_base.h54 static const mask cntrl = _ISCNTRL; member in struct:ctype_base

Completed in 311 milliseconds

1234