Searched refs:tcflag_t (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/ncurses/include/
H A Dncurses_mingw.h55 typedef unsigned int tcflag_t; typedef
60 tcflag_t c_iflag; /* input mode */
61 tcflag_t c_oflag; /* output mode */
62 tcflag_t c_cflag; /* control mode */
63 tcflag_t c_lflag; /* local mode */
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h32 typedef unsigned int tcflag_t; typedef
51 tcflag_t c_iflag; // input mode flags
52 tcflag_t c_oflag; // output mode flags
53 tcflag_t c_cflag; // control mode flags
54 tcflag_t c_lflag; // local mode flags
/freebsd-11-stable/sys/sys/
H A D_termios.h214 typedef unsigned int tcflag_t; typedef
219 tcflag_t c_iflag; /* input flags */
220 tcflag_t c_oflag; /* output flags */
221 tcflag_t c_cflag; /* control flags */
222 tcflag_t c_lflag; /* local flags */
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c276 tcflag_t iflag = tp->t_termios.c_iflag;
277 tcflag_t lflag = tp->t_termios.c_lflag;
278 tcflag_t oflag = tp->t_termios.c_oflag;
279 tcflag_t cflag = tp->t_termios.c_cflag;
337 tcflag_t iflag = t->c_iflag;
338 tcflag_t oflag = t->c_oflag;
339 tcflag_t lflag = t->c_lflag;
340 tcflag_t cflag = t->c_cflag;
414 tcflag_t iflag = t->c_iflag;
415 tcflag_t ofla
[all...]
/freebsd-11-stable/contrib/libreadline/examples/
H A Dexcallback.c93 tcflag_t old_lflag;
/freebsd-11-stable/sys/dev/digi/
H A Ddigi.h99 tcflag_t c_iflag; /* hold true IXON/IXOFF/IXANY */
/freebsd-11-stable/lib/libedit/
H A Dtty.c938 private tcflag_t *
956 private tcflag_t
957 tty_update_flag(EditLine *el, tcflag_t f, int mode, int kind)
968 tcflag_t *tt, *ed, *ex;
1337 tcflag_t *f = tty__get_flag(tios, kind);
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c668 tcflag_t iflag;
669 tcflag_t lflag;
711 lflag &= (tcflag_t) (~ICANON);
716 lflag &= (tcflag_t) (~ECHO);
721 iflag &= (tcflag_t) (~BRKINT);
748 _term->Nttyb.c_oflag &= (tcflag_t) (~OFLAGS_TABS);
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c91 tcflag_t slflag;
/freebsd-11-stable/libexec/getty/
H A Dsubr.c240 tcflag_t iflag, oflag, cflag, lflag;
/freebsd-11-stable/usr.bin/fetch/
H A Dfetch.c390 tcflag_t saved_flags;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c3131 tio.c_cflag = (tcflag_t) parse_clockinfo[type].cl_cflag;
3132 tio.c_iflag = (tcflag_t) parse_clockinfo[type].cl_iflag;
3133 tio.c_oflag = (tcflag_t) parse_clockinfo[type].cl_oflag;
3134 tio.c_lflag = (tcflag_t) parse_clockinfo[type].cl_lflag;
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c2705 tty.c_cflag = (tcflag_t)cflag;

Completed in 278 milliseconds