Home
last modified time | relevance | path

Searched refs:ONLCR (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtermios-c_oflag.h27 #define ONLCR 0000004 /* Map NL to CR-NL on output. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dtermios-c_oflag.h26 #define ONLCR 0x00000004 macro
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/
Dtermios-c_oflag.h25 #define ONLCR 0000002 macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dtermios-c_oflag.h25 #define ONLCR 0000002 macro
/glibc-2.36/sysdeps/generic/sys/
Dttydefaults.h47 #define TTYDEF_OFLAG (OPOST | ONLCR | OXTABS)
/glibc-2.36/sysdeps/unix/sysv/linux/sys/
Dttydefaults.h47 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/glibc-2.36/bits/
Dtermios.h140 # define ONLCR (1 << 1) /* Map NL to CR-NL on output. */ macro
/glibc-2.36/conform/data/
Dtermios.h-data55 constant ONLCR
/glibc-2.36/manual/
Dterminal.texi627 @deftypevr Macro tcflag_t ONLCR
/glibc-2.36/ChangeLog.old/
DChangeLog.176672 * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
DChangeLog.198350 * sysdeps/unix/sysv/linux/bits/termios.h (OPOST, OLCUC, ONLCR, OCRNL,
DChangeLog.1887488 (ONLCR): Document as POSIX.