Home
last modified time | relevance | path

Searched defs:ONLCR (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtermios.d996 enum ONLCR = 0x0000004; // 0000004 in version() local
1031 enum ONLCR = 0x00000002; in version() local
1066 enum ONLCR = 0x00000002; in version() local
1100 enum ONLCR = 0x00000002; in version() local
1134 enum ONLCR = 0x00000002; in version() local
1168 enum ONLCR = 0x00000002; in version() local
1202 enum ONLCR = 0x0000004; in version() local
1238 enum ONLCR = 0x0000004; // 0000004 in version() local
/netbsd-src/lib/libedit/
H A Dtty.h89 # define ONLCR 0 macro
/netbsd-src/sys/sys/
H A Dtermios.h113 #define ONLCR 0x00000002U /* map NL to CR-NL (ala CRMOD) */ macro