Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtermios.h113 #define OCTRL 0x0080 /* Map control characters to the sequence ^C */ macro
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIOwrite.c150 if(OFlag & OCTRL) { in IIO_WriteOne()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c713 Termio->c_oflag = OPOST | ONLCR | OXTABS | ONOEOT | ONOCR | ONLRET | OCTRL; in open()