Symbol: tcflag_t
usr/src/cmd/cmd-inet/usr.bin/ftp/getpass.c
43
static tcflag_t flags;
usr/src/cmd/tput/tput.c
486
tcflag_t *flags;
usr/src/cmd/vt/vtdaemon.c
511
tcflag_t tty_flags;
usr/src/lib/libldap5/include/ldap/portable.h
243
#define TERMFLAG_TYPE tcflag_t
usr/src/ucbcmd/tset/tset.c
1217
setdelay(char *cap, struct delay dtab[], tcflag_t bits, tcflag_t *flags)
usr/src/ucbcmd/tset/tset.c
1243
*flags |= (tcflag_t)((--p)->d_bits);
usr/src/ucbcmd/tset/tset.c
441
void setdelay(char *, struct delay [], tcflag_t, tcflag_t *);
usr/src/uts/common/io/ldterm.c
4888
tcflag_t cflag = cb->c_cflag;
usr/src/uts/common/io/ptem.c
618
tcflag_t cflags;
usr/src/uts/common/io/tty_common.c
501
new_termios.c_iflag = (tcflag_t)val;
usr/src/uts/common/io/tty_common.c
504
new_termios.c_oflag = (tcflag_t)val;
usr/src/uts/common/io/tty_common.c
507
new_termios.c_cflag = (tcflag_t)val;
usr/src/uts/common/io/tty_common.c
510
new_termios.c_lflag = (tcflag_t)val;
usr/src/uts/common/io/usb/clients/usbser/usbser.c
3207
tcflag_t need_hw;
usr/src/uts/common/sys/asy.h
414
tcflag_t asy_cflag; /* console mode bits */
usr/src/uts/common/sys/asy.h
417
tcflag_t asy_ocflag; /* old console mode bits */
usr/src/uts/common/sys/ptem.h
40
tcflag_t cflags; /* copy of c_cflags */
usr/src/uts/common/sys/termios.h
89
tcflag_t c_iflag; /* input modes */
usr/src/uts/common/sys/termios.h
90
tcflag_t c_oflag; /* output modes */
usr/src/uts/common/sys/termios.h
91
tcflag_t c_cflag; /* control modes */
usr/src/uts/common/sys/termios.h
92
tcflag_t c_lflag; /* line discipline modes */
usr/src/uts/common/sys/tty.h
41
tcflag_t t_iflag; /* copy of iflag from tty modes */
usr/src/uts/common/sys/tty.h
42
tcflag_t t_cflag; /* copy of cflag from tty modes */