Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DEdit.c39 CHAR16 *Spot; in ShellCommandRunEdit() local
79 Spot = StrStr(Nfs, L";"); in ShellCommandRunEdit()
80 if (Spot != NULL) { in ShellCommandRunEdit()
81 *Spot = CHAR_NULL; in ShellCommandRunEdit()
83 Spot = StrStr(Nfs, L"\\"); in ShellCommandRunEdit()
84 if (Spot != NULL) { in ShellCommandRunEdit()
85 Spot[1] = CHAR_NULL; in ShellCommandRunEdit()