Home
last modified time | relevance | path

Searched refs:ONOCR (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtermios.h111 #define ONOCR 0x0020 /* discard CR's when on column 0 */ macro
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIO.c412 IIO->Termio.c_oflag = OPOST | ONLCR | ONOCR | ONLRET; in New_cIIO()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c713 Termio->c_oflag = OPOST | ONLCR | OXTABS | ONOEOT | ONOCR | ONLRET | OCTRL; in open()