Home
last modified time | relevance | path

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

/dports/misc/kcd/kcd-7.15.0/
H A Dconfobj.h60 bool globDot; member
68 dir(dir_), regex(regex_), globDot(globDot_), globPath(globPath_) { in DirConfig()
77 && globDot == d.globDot
H A Dconffile.cc39 return dir1.dir == dir2.dir && dir1.globDot == dir2.globDot in operator ==()
579 bool globDot, bool globPath) in SetStringList() argument
582 DirItem str(new DirConfig(s, regex, globDot, globPath)); in SetStringList()
651 bool globDot = allConfig[configProfile].cfgGlobDot; in ConfigStringList() local
666 b = &globDot; in ConfigStringList()
691 SetStringList(cfg, expanded_dir, regex, globDot, globPath); in ConfigStringList()
752 else if ((*iter)->globDot || (*iter)->globPath) { in PrintStringList()
754 if ((*iter)->globDot) in PrintStringList()
H A Dconfobj.cc225 if (! (*iter)->globDot) in TemplateFindDirList()
H A DChangeLog924 (SetStringList): Use globDot, globPath from parameter.
3756 * confobj.h (DirConfig): Change type of globDot, globPath to bool.