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

12

/freebsd-11-stable/usr.bin/tip/libacu/
H A Ddf.c70 struct termios cntrl; local
74 tcgetattr(f, &cntrl);
75 cntrl.c_cflag |= HUPCL;
76 tcsetattr(f, TCSANOW, &cntrl);
89 tcgetattr(f, &cntrl);
90 speed = cfgetospeed(&cntrl);
92 cfsetospeed(&cntrl, B1200);
93 cfsetispeed(&cntrl, B1200);
94 tcsetattr(f, TCSAFLUSH, &cntrl);
110 cfsetospeed(&cntrl, spee
[all...]
H A Dv831.c135 struct termios cntrl; local
143 tcgetattr(FD, &cntrl);
144 cfsetospeed(&cntrl, 0);
145 cfsetispeed(&cntrl, 0);
146 tcsetattr(FD, TCSAFLUSH, &cntrl);
192 struct termios cntrl; local
209 tcgetattr(AC, &cntrl);
210 cfsetospeed(&cntrl, B2400);
211 cfsetispeed(&cntrl, B2400);
212 cntrl
[all...]
H A Ddn11.c58 struct termios cntrl; local
102 tcgetattr(dn, &cntrl);
103 cntrl.c_cflag |= HUPCL;
104 tcsetattr(dn, TCSANOW, &cntrl);
/freebsd-11-stable/contrib/dma/
H A Daliases_scan.l16 [^:,#[:space:][:cntrl:]]+ {yylval.ident = strdup(yytext); return T_IDENT;}
/freebsd-11-stable/contrib/libstdc++/config/os/generic/
H A Dctype_base.h55 static const mask cntrl = 1 << 8; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_base.h55 static const mask cntrl = 040; member in struct:ctype_base
/freebsd-11-stable/usr.bin/tip/tip/
H A Dhunt.c95 struct termios cntrl; local
97 tcgetattr(FD, &cntrl);
99 cntrl.c_cflag |= HUPCL;
100 tcsetattr(FD, TCSAFLUSH, &cntrl);
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_base.h57 static const mask cntrl = _CTYPE_C; member in struct:ctype_base
70 static const mask cntrl = _C; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_base.h60 static const mask cntrl = _CTYPE_C; member in class:ctype_base
73 static const mask cntrl = _C; member in class:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/aix/
H A Dctype_base.h55 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/netbsd/
H A Dctype_base.h58 static const mask cntrl = _C; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/djgpp/
H A Dctype_base.h48 static const mask cntrl = __dj_ISCNTRL; // Control character member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/gnu-linux/
H A Dctype_base.h61 static const mask cntrl = _IScntrl; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/hpux/
H A Dctype_base.h55 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_base.h55 static const mask cntrl = _C; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_base.h55 static const mask cntrl = _IScntrl; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/mingw32/
H A Dctype_base.h55 static const mask cntrl = _CONTROL; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/newlib/
H A Dctype_base.h57 static const mask cntrl = _C; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_base.h55 static const mask cntrl = _BB; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_base.h56 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_base.h57 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/tpf/
H A Dctype_base.h55 static const mask cntrl = _IScntrl; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/uclibc/
H A Dctype_base.h63 static const mask cntrl = _IScntrl; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/vxworks/
H A Dctype_base.h56 static const mask cntrl = _C_CONTROL; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/windiss/
H A Dctype_base.h55 static const mask cntrl = _C; member in struct:ctype_base

Completed in 87 milliseconds

12