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

12

/freebsd-12-stable/usr.bin/tip/libacu/
H A Ddf.c72 struct termios cntrl; local
76 tcgetattr(f, &cntrl);
77 cntrl.c_cflag |= HUPCL;
78 tcsetattr(f, TCSANOW, &cntrl);
91 tcgetattr(f, &cntrl);
92 speed = cfgetospeed(&cntrl);
94 cfsetospeed(&cntrl, B1200);
95 cfsetispeed(&cntrl, B1200);
96 tcsetattr(f, TCSAFLUSH, &cntrl);
112 cfsetospeed(&cntrl, spee
[all...]
H A Dv831.c137 struct termios cntrl; local
145 tcgetattr(FD, &cntrl);
146 cfsetospeed(&cntrl, 0);
147 cfsetispeed(&cntrl, 0);
148 tcsetattr(FD, TCSAFLUSH, &cntrl);
194 struct termios cntrl; local
211 tcgetattr(AC, &cntrl);
212 cfsetospeed(&cntrl, B2400);
213 cfsetispeed(&cntrl, B2400);
214 cntrl
[all...]
H A Ddn11.c60 struct termios cntrl; local
104 tcgetattr(dn, &cntrl);
105 cntrl.c_cflag |= HUPCL;
106 tcsetattr(dn, TCSANOW, &cntrl);
/freebsd-12-stable/contrib/dma/
H A Daliases_scan.l16 [^:,#[:space:][:cntrl:]]+ {yylval.ident = strdup(yytext); return T_IDENT;}
/freebsd-12-stable/contrib/libstdc++/config/os/generic/
H A Dctype_base.h55 static const mask cntrl = 1 << 8; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_base.h55 static const mask cntrl = 040; member in struct:ctype_base
/freebsd-12-stable/usr.bin/tip/tip/
H A Dhunt.c97 struct termios cntrl; local
99 tcgetattr(FD, &cntrl);
101 cntrl.c_cflag |= HUPCL;
102 tcsetattr(FD, TCSAFLUSH, &cntrl);
/freebsd-12-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-12-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-12-stable/contrib/libstdc++/config/os/aix/
H A Dctype_base.h55 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/bsd/netbsd/
H A Dctype_base.h58 static const mask cntrl = _C; member in struct:ctype_base
/freebsd-12-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-12-stable/contrib/libstdc++/config/os/gnu-linux/
H A Dctype_base.h61 static const mask cntrl = _IScntrl; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/hpux/
H A Dctype_base.h55 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_base.h55 static const mask cntrl = _C; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_base.h55 static const mask cntrl = _IScntrl; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/mingw32/
H A Dctype_base.h55 static const mask cntrl = _CONTROL; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/newlib/
H A Dctype_base.h57 static const mask cntrl = _C; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_base.h55 static const mask cntrl = _BB; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_base.h56 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_base.h57 static const mask cntrl = _ISCNTRL; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/tpf/
H A Dctype_base.h55 static const mask cntrl = _IScntrl; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/uclibc/
H A Dctype_base.h63 static const mask cntrl = _IScntrl; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/vxworks/
H A Dctype_base.h56 static const mask cntrl = _C_CONTROL; member in struct:ctype_base
/freebsd-12-stable/contrib/libstdc++/config/os/windiss/
H A Dctype_base.h55 static const mask cntrl = _C; member in struct:ctype_base

Completed in 145 milliseconds

12