Lines Matching refs:Title
19 CHAR16 *Title = NULL;
22 Initialize a title bar.
24 @param[in] Prompt The prompt to print in the title bar.
34 SHELL_FREE_NON_NULL (Title);
36 Title = CatSPrint (NULL, L"");
39 // set Title
41 Title = CatSPrint (NULL, L"%s", Prompt);
43 if (Title == NULL) {
58 SHELL_FREE_NON_NULL (Title);
59 Title = NULL;
115 // clear the title line
119 if (Title != NULL) {
121 // print the new title bar prefix
127 Title