Home | History | Annotate | Download | only in UefiShellDebug1CommandsLib

Lines Matching defs:Title

19 CHAR16  *Title = NULL;

22 Initialize a title bar.
24 @param[in] Prompt The prompt to print in the title bar.
35 SHELL_FREE_NON_NULL (Title);
37 Title = CatSPrint (NULL, L"");
40 // set Title
42 Title = CatSPrint (NULL, L"%s", Prompt);
44 if (Title == NULL) {
60 SHELL_FREE_NON_NULL (Title);
61 Title = NULL;
118 // clear the title line
122 if (Title != NULL) {
124 // print the new title bar prefix
130 Title