Searched defs:InTabScrolling (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c345 BOOLEAN InTabScrolling; // Whether in TAB-completion state local
376 InTabScrolling = FALSE;
445 if (InTabScrolling && Key.UnicodeChar != CHAR_TAB) {
450 InTabScrolling = FALSE;
486 if (InTabScrolling) {
539 InTabScrolling = FALSE;
568 InTabScrolling = TRUE;
712 if (InTabScrolling) {

Completed in 22 milliseconds