Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DCanonRead.c141 else if(CCEQ(Termio->c_cc[VERASE], InChar)) { in IIO_CanonRead()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtermios.h60 VERASE, /* ICANON */ enumerator
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c715 Termio->c_cc[VERASE] = 0x08; // ^H Backspace in open()