| /src/usr.bin/tip/ |
| hunt.c | 82 struct termios cntrl; local 90 (void)tcgetattr(FD, &cntrl); 92 cntrl.c_cflag |= HUPCL; 93 (void)tcsetattr(FD, TCSAFLUSH, &cntrl);
|
| hunt.c | 82 struct termios cntrl; local 90 (void)tcgetattr(FD, &cntrl); 92 cntrl.c_cflag |= HUPCL; 93 (void)tcsetattr(FD, TCSAFLUSH, &cntrl);
|
| /src/usr.bin/tip/aculib/ |
| df.c | 70 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, spd) [all...] |
| dn11.c | 55 struct termios cntrl; local 99 (void)tcgetattr(dn, &cntrl); 100 cntrl.c_cflag |= HUPCL; 101 (void)tcsetattr(dn, TCSANOW, &cntrl);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/ |
| ctype_base.h | 52 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bionic/ |
| ctype_base.h | 52 static const mask cntrl = _C; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/ |
| ctype_base.h | 54 static const mask cntrl = _CTYPE_C; member in struct:ctype_base 68 static const mask cntrl = _C; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/dragonfly/ |
| ctype_base.h | 52 static const mask cntrl = _CTYPE_C; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/freebsd/ |
| ctype_base.h | 56 static const mask cntrl = _CTYPE_C; member in struct:ctype_base 70 static const mask cntrl = _C; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/ |
| ctype_base.h | 56 static const mask cntrl = _CTYPE_C; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/openbsd/ |
| ctype_base.h | 53 static const mask cntrl = _C; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/ |
| ctype_base.h | 45 static const mask cntrl = __dj_ISCNTRL; // Control character member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/ |
| ctype_base.h | 52 static const mask cntrl = 1 << 8; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/ |
| ctype_base.h | 57 static const mask cntrl = _IScntrl; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/hpux/ |
| ctype_base.h | 52 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/ |
| ctype_base.h | 58 static const mask cntrl = 1 << 8; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/ |
| ctype_base.h | 58 static const mask cntrl = 1 << 8; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/newlib/ |
| ctype_base.h | 52 static const mask cntrl = _C; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/qnx/qnx6.1/ |
| ctype_base.h | 57 static const mask cntrl = _BB; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/solaris/ |
| ctype_base.h | 54 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/tpf/ |
| ctype_base.h | 52 static const mask cntrl = _IScntrl; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/uclibc/ |
| ctype_base.h | 59 static const mask cntrl = _IScntrl; member in struct:ctype_base
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/ |
| ctype_base.h | 56 static const mask cntrl = _C_CONTROL | _C_B; member in struct:ctype_base 77 static const mask cntrl = _BB;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/aix/ |
| ctype_base.h | 52 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bionic/ |
| ctype_base.h | 52 static const mask cntrl = _C; member in struct:ctype_base
|