Lines Matching refs:ff
59 ff = grep.findfiles
63 filelist = list(ff(os.curdir, filename, False))
68 ff = grep.findfiles
72 filelist = list(ff(self.path, '*.py', False))
79 filelist = list(ff(self.path, '*.txt', False))
85 filelist = list(ff(self.path, 'grep.*', False))
90 ff = grep.findfiles
96 filelist = list(ff(parent, pat, False))
105 filelist = list(ff(parent, pat, True))
114 filelist = list(ff(parent, '*.py', True))