Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DHelp.c49 CHAR16 *LexicalSpot; in LexicalInsertIntoList() local
68 for (LexicalSpot = NewList in LexicalInsertIntoList()
69 ; LexicalSpot != NULL && LexicalSpot < NewList + (*DestSize) in LexicalInsertIntoList()
70 ; LexicalSpot += StrLen(LexicalSpot) + 1 in LexicalInsertIntoList()
77 (CHAR16 *)LexicalSpot, in LexicalInsertIntoList()
83 if (LexicalMatchValue > 0 || StrLen(LexicalSpot) == 0) { in LexicalInsertIntoList()
84 if (StrLen(LexicalSpot) != 0) { in LexicalInsertIntoList()
89 LexicalSpot + (SizeOfAddedNameInBytes/sizeof(CHAR16)), in LexicalInsertIntoList()
90 LexicalSpot, in LexicalInsertIntoList()
91 (*DestSize) - SizeOfAddedNameInBytes - ((LexicalSpot - NewList) * sizeof(CHAR16)) in LexicalInsertIntoList()
[all …]