Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c2767 CHAR16 *ResumeLocation; in InternalShellPrintWorker() local
2813 ResumeLocation = StrStr(FormatWalker, L"%"); in InternalShellPrintWorker()
2814 if (ResumeLocation != NULL) { in InternalShellPrintWorker()
2815 *ResumeLocation = CHAR_NULL; in InternalShellPrintWorker()
2830 if (ResumeLocation != NULL) { in InternalShellPrintWorker()
2831 if (*(ResumeLocation-1) == L'^') { in InternalShellPrintWorker()
2841 ResumeLocation = ResumeLocation - 1; in InternalShellPrintWorker()
2843 switch (*(ResumeLocation+1)) { in InternalShellPrintWorker()
2867 ResumeLocation = ResumeLocation - 1; in InternalShellPrintWorker()
2881 FormatWalker = ResumeLocation + 2; in InternalShellPrintWorker()