Searched refs:CurDrive (Results 1 – 6 of 6) sorted by relevance
18 INT CurDrive; member78 Saved->CurDrive = _getdrive(); in cmd_setlocal()160 drvEnvVar[1] = _T('A') + Saved->CurDrive - 1; in cmd_endlocal()163 _stprintf(szCurrent, _T("%C:\\"), _T('A') + Saved->CurDrive - 1); in cmd_endlocal()
146 USHORT CurDrive; member
51 FIELD_DECL(CurDrive , word, 0)
893 WCHAR CurDrive, NewDrive; in RtlGetFullPathName_Ustr() local898 CurDrive = RtlpUpcaseUnicodeChar(CurDirName->Buffer[0]); in RtlGetFullPathName_Ustr()901 if ((NewDrive != CurDrive) || CurDirName->Buffer[1] != L':') in RtlGetFullPathName_Ustr()
271 USHORT CurDrive; member
299 CheckVdm->CurDrive = CurrentDirectory[0] - L'A'; in BaseCheckVDM()