Searched defs:CharPos (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c2954 CHAR16 *CharPos; local
2975 CharPos = StrStr (Current, Str);
2976 if (CharPos != NULL) {
2977 Position = CharPos - Current + 1;
2997 CharPos = StrStr (Line->Buffer, Str);
2998 if (CharPos != NULL) {
2999 Position = CharPos - Line->Buffer + 1;
3249 CHAR16 *CharPos; local
3264 CharPos = StrStr (Line->Buffer + Column, SearchStr);
3265 if (CharPos !
[all...]

Completed in 48 milliseconds