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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditStatusBar.c76 @param[in] EditorFirst TRUE to indicate the first launch of the editor.
89 IN BOOLEAN EditorFirst,
88 StatusBarRefresh( IN BOOLEAN EditorFirst, IN UINTN LastRow, IN UINTN LastCol, IN UINTN FileRow, IN UINTN FileCol, IN BOOLEAN InsertMode ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMainTextEditor.c23 BOOLEAN EditorFirst; variable
1539 // initialize EditorFirst and EditorExit
1541 EditorFirst = TRUE;
1612 if (EditorFirst
1622 if (EditorFirst
1628 StatusBarRefresh (EditorFirst, MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column, MainEditor.FileBuffer->FilePosition.Row, MainEditor.FileBuffer->FilePosition.Column, MainEditor.FileBuffer->ModeInsert);
1633 if (EditorFirst) {
1638 // EditorFirst is now set to FALSE
1640 EditorFirst = FALSE;

Completed in 48 milliseconds