Searched refs:InputStr (Results 1 – 3 of 3) sorted by relevance
411 CHAR16 *InputStr; in ShellCommandRunMm() local422 InputStr = NULL; in ShellCommandRunMm()608 if (InputStr != NULL) { in ShellCommandRunMm()609 FreePool (InputStr); in ShellCommandRunMm()610 InputStr = NULL; in ShellCommandRunMm()612 ShellPromptForResponse (ShellPromptResponseTypeFreeform, NULL, (VOID**) &InputStr); in ShellCommandRunMm()614 if (InputStr != NULL) { in ShellCommandRunMm()618 for (Index = 0; InputStr[Index] == ' '; Index++); in ShellCommandRunMm()620 if (InputStr[Index] != CHAR_NULL) { in ShellCommandRunMm()621 if ((InputStr[Index] == '.') || (InputStr[Index] == 'q') || (InputStr[Index] == 'Q')) { in ShellCommandRunMm()[all …]
11187 Input (L"$", InputStr, 3);11192 gShowType = (UINT8) (InputStr[Index] - (CHAR16) (L'0'));11197 } else if (InputStr[Index] == '/') {
7227 CHAR16 InputStr[80];