Home
last modified time | relevance | path

Searched refs:O_ONLCR (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dtty.h75 #define O_ONLCR(tty) _O_FLAG((tty), ONLCR) macro
/linux/drivers/tty/
H A Dtty_ioctl.c572 if (O_ONLCR(tty)) in get_sgflags()