Home
last modified time | relevance | path

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

/external/libedit/src/
Dtty.h90 # ifndef ONLCR
91 # define ONLCR 0 macro
Dtty.c69 {"oflag:", (OPOST | ONLCR), ONLRET},
77 {"oflag:", (OPOST | ONLCR), ONLRET},
211 #ifdef ONLCR
212 {"onlcr", ONLCR, MD_OUT},
/external/syslinux/com32/libutil/
Dansiline.c79 tio.c_oflag |= OPOST | ONLCR; in console_ansi_std()
Dansiraw.c80 tio.c_oflag |= OPOST | ONLCR; in console_ansi_raw()
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c250 termio.c_oflag = OPOST | OLCUC | ONLCR | ONOCR; in run_ptest()
348 if (!(termio.c_oflag && (OPOST | OLCUC | ONLCR | ONOCR))) { in chk_tty_parms()
/external/e2fsprogs/lib/et/
Dcom_err.c55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR)) in default_com_err_proc()
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h82 #define ONLCR 0000004 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h102 #define ONLCR 0000004 /* Map NL to CR-NL on output. */ macro
/external/python/cpython2/Modules/
Dtermios.c400 #ifdef ONLCR
401 {"ONLCR", ONLCR},
/external/toybox/lib/
Dinterestingtimes.c99 termio.c_oflag = ONLCR|OPOST; in set_terminal()
/external/python/cpython3/Modules/
Dtermios.c430 #ifdef ONLCR
431 {"ONLCR", ONLCR},
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py97 ONLCR = 0000004 variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py97 ONLCR = 0000004 variable
/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c289 s_tty_attr.c_oflag &= ~(ONLCR); in main()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_posix_libcdep.cc152 termflags.c_oflag &= ~ONLCR; in StartSymbolizerSubprocess()
/external/toybox/toys/pending/
Dgetty.c159 TT.termios.c_oflag = OPOST|ONLCR; in termios_init()
Dinit.c91 terminal.c_oflag = ONLCR|OPOST; in reset_term()
Dstty.c102 { "onlcr", ONLCR }, { "onocr", ONOCR }, { "onlret", ONLRET },