Searched refs:BRKINT (Results 1 – 21 of 21) sorted by relevance
| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 94 { "brkint", BRKINT, 0 }, 95 { "-brkint", 0, BRKINT },
|
| /freebsd/bin/stty/ |
| H A D | modes.c | 95 { "brkint", BRKINT, 0 }, 96 { "-brkint", 0, BRKINT },
|
| H A D | print.c | 122 put("-brkint", BRKINT, 1); in print()
|
| H A D | key.c | 140 ip->t.c_iflag |= BRKINT|IXON|IMAXBEL; in f_cbreak()
|
| /freebsd/crypto/heimdal/appl/login/ |
| H A D | stty_default.c | 83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL); in stty_default()
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 114 DATA(BRKINT), in _nc_trace_ttymode() 126 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
|
| /freebsd/sys/sys/ |
| H A D | ttydefaults.h | 46 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY | IUTF8)
|
| H A D | _termios.h | 83 #define BRKINT 0x00000002 /* map BREAK to SIGINTR */ macro
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | termios-macros.h | 20 #define BRKINT 0000002 // Signal interrupt on break macro
|
| /freebsd/lib/libc/gen/ |
| H A D | termios.c | 166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_raw.c | 70 #define COOKED_INPUT (IXON|BRKINT|PARMRK)
|
| H A D | lib_setup.c | 433 alter.c_iflag &= (unsigned) ~(IXON | BRKINT | PARMRK); in _nc_check_screensize()
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.term.c | 98 # ifdef BRKINT 99 { "brkint", BRKINT, M_INPUT },
|
| /freebsd/sys/kern/ |
| H A D | tty_ttydisc.c | 679 (!CMP_FLAG(i, BRKINT) || CMP_FLAG(i, IGNBRK)) && in ttydisc_optimize() 1033 } else if (CMP_FLAG(i, BRKINT)) { in ttydisc_rint()
|
| H A D | tty_compat.c | 345 iflag |= BRKINT|IXON|IMAXBEL; in ttcompatsetflags()
|
| H A D | tty.c | 88 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|\
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 325 set_flags(tty_settings->c_iflag, (BRKINT in reset_tty_settings()
|
| /freebsd/contrib/libedit/ |
| H A D | tty.c | 169 #ifdef BRKINT 170 {"brkint", BRKINT, MD_INP},
|
| /freebsd/contrib/bc/src/ |
| H A D | history.c | 848 raw.c_iflag &= (unsigned int) (~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)); in bc_history_enableRaw()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 428 if (bios->c_iflag & BRKINT) in bsd_to_linux_termios() 556 bios->c_iflag |= BRKINT; in linux_to_bsd_termios()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_parse.c | 739 #define TRIMBLETAIP_IFLAG (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON)
|