Searched refs:pcoFileFilter (Results 1 – 2 of 2) sorted by relevance
201 …completer (pathCompleterWith defaultPathCompleterOpts { pcoRelative = False, pcoFileFilter = const…205 …completer (pathCompleterWith defaultPathCompleterOpts { pcoAbsolute = False, pcoFileFilter = const…215 , pcoFileFilter :: FilePath -> Bool function224 , pcoFileFilter = const True function232 fileExtCompleter exts = pathCompleterWith defaultPathCompleterOpts { pcoFileFilter = (`elem` exts) …235 dirCompleter = pathCompleterWith defaultPathCompleterOpts { pcoFileFilter = const False }264 case (pcoFileFilter path, pcoDirFilter path) of
62 …r (pathCompleterWith (defaultPathCompleterOpts { pcoAbsolute = False, pcoFileFilter = const False …