Home
last modified time | relevance | path

Searched refs:INLCR (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A D_termios.h91 #define INLCR 0x00000040 /* map NL into CR */ macro
/f-stack/freebsd/kern/
H A Dtty_compat.c348 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetflags()
421 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetlflags()
H A Dtty_ttydisc.c595 } else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) && in ttydisc_optimize()
1013 if (CMP_FLAG(i, INLCR)) in ttydisc_rint()
H A Dtty.c91 INLCR|IGNCR|ICRNL|IXON|IXOFF|IXANY|IMAXBEL)