Home
last modified time | relevance | path

Searched refs:ISTRIP (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_compat.c290 if (iflag&ISTRIP) in ttcompatgetflags()
305 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags()
377 iflag |= ISTRIP; in ttcompatsetflags()
379 iflag &= ~ISTRIP; in ttcompatsetflags()
386 iflag |= ISTRIP; in ttcompatsetflags()
470 iflag |= ISTRIP; in ttcompatsetlflags()
472 iflag &= ~ISTRIP; in ttcompatsetlflags()
479 iflag |= ISTRIP; in ttcompatsetlflags()
H A Dtty_ttydisc.c595 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize()
904 if (CMP_FLAG(i, ISTRIP)) in ttydisc_rint()
H A Dtty.c90 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|\
/f-stack/freebsd/sys/
H A D_termios.h90 #define ISTRIP 0x00000020 /* strip 8th bit off chars */ macro
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c231 raw.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in enableRawMode()