Home
last modified time | relevance | path

Searched refs:InsertMode (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEditStatusBar.c91 IN BOOLEAN InsertMode in StatusBarRefresh() argument
147 if (InsertMode) { in StatusBarRefresh()
DEditStatusBar.h58 IN BOOLEAN InsertMode
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbSupportUI.c217 BOOLEAN InsertMode; in Input() local
240 InsertMode = TRUE; in Input()
304 if (Len == StrLength - 1 && (InsertMode || StrPos == Len)) { in Input()
312 if (InsertMode) { in Input()
399 InsertMode = (BOOLEAN)!InsertMode; in Input()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.h100 …BOOLEAN InsertMode; ///< Is the current typing mode insert (FALSE = … member
DFileHandleWrappers.c652 …if (StringLen == MaxStr - 1 && (ShellInfoObject.ViewingSettings.InsertMode || StringCurPos == Stri… in FileInterfaceStdInRead()
659 if (ShellInfoObject.ViewingSettings.InsertMode) { in FileInterfaceStdInRead()
760 … ShellInfoObject.ViewingSettings.InsertMode = (BOOLEAN)!ShellInfoObject.ViewingSettings.InsertMode; in FileInterfaceStdInRead()
DShell.c361 ShellInfoObject.ViewingSettings.InsertMode = PcdGetBool(PcdShellInsertModeDefault); in UefiMain()