Searched refs:tcflag_t (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/ncurses/include/ |
H A D | ncurses_mingw.h | 51 typedef unsigned int tcflag_t; typedef 59 tcflag_t c_iflag; 60 tcflag_t c_oflag; 61 tcflag_t c_cflag; 62 tcflag_t c_lflag;
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Platform.h | 29 typedef unsigned int tcflag_t; typedef 48 tcflag_t c_iflag; // input mode flags 49 tcflag_t c_oflag; // output mode flags 50 tcflag_t c_cflag; // control mode flags 51 tcflag_t c_lflag; // local mode flags
|
/freebsd/sys/sys/ |
H A D | _termios.h | 222 typedef unsigned int tcflag_t; typedef 227 tcflag_t c_iflag; /* input flags */ 228 tcflag_t c_oflag; /* output flags */ 229 tcflag_t c_cflag; /* control flags */ 230 tcflag_t c_lflag; /* local flags */
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 274 tcflag_t iflag = tp->t_termios.c_iflag; in ttcompatgetflags() 275 tcflag_t lflag = tp->t_termios.c_lflag; in ttcompatgetflags() 276 tcflag_t oflag = tp->t_termios.c_oflag; in ttcompatgetflags() 277 tcflag_t cflag = tp->t_termios.c_cflag; in ttcompatgetflags() 335 tcflag_t iflag = t->c_iflag; in ttcompatsetflags() 336 tcflag_t oflag = t->c_oflag; in ttcompatsetflags() 337 tcflag_t lflag = t->c_lflag; in ttcompatsetflags() 338 tcflag_t cflag = t->c_cflag; in ttcompatsetflags() 412 tcflag_t iflag = t->c_iflag; in ttcompatsetlflags() 413 tcflag_t oflag = t->c_oflag; in ttcompatsetlflags() [all …]
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 940 static tcflag_t * 958 static tcflag_t 959 tty_update_flag(EditLine *el, tcflag_t f, int mode, int kind) in tty_update_flag() 970 tcflag_t *tt, *ed, *ex; in tty_update_flags() 1339 tcflag_t *f = tty__get_flag(tios, kind); in tty_setup_flags() 1348 tcflag_t *ed = tty__get_flag(&el->el_tty.t_ed, MD_INP); in tty_get_signal_character()
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win_driver.c | 870 tcflag_t iflag; in wcon_sgmode() 871 tcflag_t lflag; in wcon_sgmode() 911 lflag &= (tcflag_t) (~ICANON); in wcon_sgmode() 916 lflag &= (tcflag_t) (~ECHO); in wcon_sgmode() 921 iflag &= (tcflag_t) (~BRKINT); in wcon_sgmode() 1031 _term->Nttyb.c_oflag &= (tcflag_t) (~OFLAGS_TABS); in wcon_mode()
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_ttyconv.c | 89 tcflag_t slflag; in prompt_tty()
|
/freebsd/libexec/getty/ |
H A D | subr.c | 233 tcflag_t iflag, oflag, cflag, lflag; in set_flags()
|
/freebsd/usr.bin/fetch/ |
H A D | fetch.c | 387 tcflag_t saved_flags; in query_auth()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_parse.c | 3145 tio.c_cflag = (tcflag_t) parse_clockinfo[type].cl_cflag; in parse_start() 3146 tio.c_iflag = (tcflag_t) parse_clockinfo[type].cl_iflag; in parse_start() 3147 tio.c_oflag = (tcflag_t) parse_clockinfo[type].cl_oflag; in parse_start() 3148 tio.c_lflag = (tcflag_t) parse_clockinfo[type].cl_lflag; in parse_start()
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 2664 tty.c_cflag = (tcflag_t)cflag; in setmousespeed()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 3201 <typedef-decl name='tcflag_t' type-id='f0981eeb' id='241ce6f8'/>
|