Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtermios.h125 #define INLCR 0x00000040 /* map NL into CR */ macro
/xnu-8019.80.24/bsd/kern/
H A Dtty_compat.c651 iflag &= ~(PARMRK | IGNPAR | IGNCR | INLCR); in ttcompatsetflags()
746 iflag &= ~(PARMRK | IGNPAR | IGNCR | INLCR); in ttcompatsetlflags()
H A Dtty.c618 } else if (c == '\n' && ISSET(iflag, INLCR)) { in ttyinput()