Home
last modified time | relevance | path

Searched refs:ICRNL (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dttydefaults.h49 #define TTYDEF_IFLAG (BRKINT | ICRNL | IMAXBEL | IXON | IXANY)
H A D_termios.h93 #define ICRNL 0x00000100 /* map CR to NL (ala CRMOD) */ macro
/f-stack/freebsd/kern/
H A Dtty_compat.c286 if (iflag&ICRNL || oflag&ONLCR) in ttcompatgetflags()
360 iflag |= ICRNL; in ttcompatsetflags()
363 iflag &= ~ICRNL; in ttcompatsetflags()
H A Dtty_ttydisc.c595 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize()
1009 if (CMP_FLAG(i, ICRNL)) in ttydisc_rint()
H A Dtty.c91 INLCR|IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL)
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c231 raw.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in enableRawMode()