Searched refs:tcflag_t (Results 1 – 14 of 14) sorted by relevance
| /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/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | struct_termios.h | 17 tcflag_t c_iflag; // Input mode flags 18 tcflag_t c_oflag; // Output mode flags 19 tcflag_t c_cflag; // Control mode flags 20 tcflag_t c_lflag; // Local mode flags
|
| H A D | tcflag_t.h | 12 typedef unsigned int tcflag_t; typedef
|
| /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/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/msconvd/ |
| H A D | msconvd.c | 1866 tty.c_cflag = (tcflag_t)cflag; in setmousespeed()
|
| /freebsd/contrib/ncurses/ |
| H A D | configure.in | 1907 CF_CHECK_TYPE2(tcflag_t,termios.h)
|
| H A D | configure | 24560 if ((tcflag_t *) 0) 24562 if (sizeof (tcflag_t))
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 3591 <typedef-decl name='tcflag_t' type-id='f0981eeb' id='241ce6f8'/>
|