Lines Matching defs:cp
600 const CCensorPath &cp = CensorPaths[i]; 601 AddItem(censorPathMode, cp.Include, cp.Path, cp.Recursive, cp.WildcardMatching); 608 CCensorPath &cp = CensorPaths.AddNew(); 609 cp.Path = path; 610 cp.Include = include; 611 cp.Recursive = recursive; 612 cp.WildcardMatching = wildcardMatching;