Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtermios.h126 #define IGNCR 0x00000080 /* ignore 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.c613 if (ISSET(iflag, IGNCR)) { in ttyinput()