Home
last modified time | relevance | path

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

/reactos/base/applications/cmdutils/xcopy/
H A Dxcopy.c65 static EXCLUDELIST *excludeList = NULL; /* Excluded strings list */ variable
280 thisEntry->next = excludeList; in XCOPY_ProcessExcludeFile()
281 excludeList = thisEntry; in XCOPY_ProcessExcludeFile()
314 excludeList = NULL; in XCOPY_ProcessExcludeList()
457 EXCLUDELIST *pos = excludeList; in XCOPY_DoCopy()
1169 while (excludeList) { in wmain()
1170 EXCLUDELIST *pos = excludeList; in wmain()
1171 excludeList = excludeList -> next; in wmain()