Searched refs:excludeList (Results 1 – 1 of 1) sorted by relevance
65 static EXCLUDELIST *excludeList = NULL; /* Excluded strings list */ variable280 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()