Home
last modified time | relevance | path

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

/reactos/base/shell/cmd/
H A Ddir.c1846 TCHAR prev_volume[MAX_PATH]; in CommandDir() local
1904 prev_volume[0] = _T('\0'); in CommandDir()
1951 if (!_tcscmp(szFullPath, prev_volume)) in CommandDir()
1954 _tcscpy(prev_volume, szFullPath); in CommandDir()