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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c128 CONST CHAR16 *CurrentLocation; local
147 for (CurrentLocation = Buffer,TempString = NULL
148 ; CurrentLocation != NULL && *CurrentLocation != CHAR_NULL
149 ; CurrentLocation=StrStr(CurrentLocation, L"\r\n"),TempString = NULL
151 while(CurrentLocation[0] == L'\r' || CurrentLocation[0] == L'\n') {
152 CurrentLocation++;
154 if (CurrentLocation[
376 CHAR16 *CurrentLocation; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h420 CHAR CurrentLocation; member in struct:_IRP
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h412 CHAR CurrentLocation; member in struct:_IRP

Completed in 174 milliseconds