Searched refs:flist (Results 1 – 5 of 5) sorted by relevance
132 def expand_args(args, flist): argument135 if flist:137 if flist == '-':140 fd = open(flist)147 print "Error reading file list %s" % flist174 flist = None183 if o == '-i': flist = a190 if args or flist:192 if flist:193 args = expand_args(args, flist)
276 def _filter(flist, skip): argument277 return list(ifilterfalse(skip.__contains__, flist))
132 def expand_args(args, flist): argument135 if flist:137 if flist == '-':140 fd = open(flist)147 print "Error reading file list %s" % flist187 flist = None196 if o == '-i': flist = a203 if args or flist:205 if flist:206 args = expand_args(args, flist)
89 flist = file2undef.keys()90 flist.sort()91 for filename in flist:138 flist = undefs[ext]139 flist.sort()140 for filename in flist:
106 flist = cp.get("formatters", "keys")107 if not len(flist):109 flist = flist.split(",")110 flist = _strip_spaces(flist)112 for form in flist: