Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch156 +#ifndef ONLCR
157 +#define ONLCR 0
265 -#ifdef ONLCR
266 - | ONLCR
333 + | ONLCR));
368 -#ifdef ONLCR
369 - tty_settings->c_oflag |= ONLCR;
376 + set_flags(tty_settings->c_oflag, ONLCR);
384 -#ifdef ONLCR
385 - tty_settings->c_oflag &= ~((unsigned) ONLCR);
[all …]
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h74 #define ONLCR 0x00002 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits.h69 #define ONLCR 0x00004 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h69 #define ONLCR 0x00004 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h80 #define ONLCR 0x00002 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h89 #define ONLCR 0x00004 /* Map NL to CR-NL on output */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dtermbits.h86 #define ONLCR 0x00004 macro
/openbmc/linux/drivers/tty/
H A Drpmsg_tty.c248 rpmsg_tty_driver->init_termios.c_oflag &= ~(OPOST | ONLCR); in rpmsg_tty_init()
H A Dtty_ioctl.c614 termios->c_oflag |= OPOST | ONLCR; in set_sgflags()
H A Dtty_io.c126 .c_oflag = OPOST | ONLCR,
/openbmc/linux/drivers/s390/char/
H A Dsclp_tty.c549 driver->init_termios.c_oflag = ONLCR; in sclp_tty_init()
H A Dcon3215.c1180 driver->init_termios.c_oflag = ONLCR; in tty3215_init()
/openbmc/linux/include/linux/
H A Dtty.h76 #define O_ONLCR(tty) _O_FLAG((tty), ONLCR)
/openbmc/linux/drivers/usb/serial/
H A Dkobil_sct.c162 tty->termios.c_oflag &= ~ONLCR; in kobil_init_termios()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c193 term.c_oflag = OPOST | ONLCR; in os_tty_raw()
/openbmc/linux/drivers/isdn/capi/
H A Dcapi.c1286 drv->init_termios.c_oflag = OPOST | ONLCR; in capinc_tty_init()
/openbmc/qemu/linux-user/
H A Dstrace.c1309 FLAG_TARGET(ONLCR),
H A Dsyscall.c5685 { TARGET_ONLCR, TARGET_ONLCR, ONLCR, ONLCR },