Searched refs:ExcludeSubDirs (Results 1 – 1 of 1) sorted by relevance
113 …STRING_LIST *ExcludeSubDirs; // list of directory names to not process subdirecto… member491 StrList->Next = gOptions.ExcludeSubDirs; in ProcessArgs()492 gOptions.ExcludeSubDirs = StrList; in ProcessArgs()673 for (SLPtr = gOptions.ExcludeSubDirs; SLPtr != NULL; SLPtr = SLPtr->Next) { in ProcessDirectory()2328 while (gOptions.ExcludeSubDirs != NULL) { in FreeOptions()2329 Ptr = gOptions.ExcludeSubDirs->Next; in FreeOptions()2333 free (gOptions.ExcludeSubDirs); in FreeOptions()2334 gOptions.ExcludeSubDirs = Ptr; in FreeOptions()