Lines Matching refs:file
3 # This file contains a class and a main program that perform three
50 # file ... : input file(s) (default standard input)
327 # - xxx_filter(input, output): read and write file objects
329 # - xxx_file(filename): process file in place, return true iff changed
380 print("Can't remove backup %r" % (backup,), file=sys.stderr)
386 print("Can't rename %r to %r" % (filename, backup), file=sys.stderr)
435 usage: pindent (-c|-d|-r) [-s stepsize] [-t tabsize] [-e] [file] ...
442 [file] ... : files are changed in place, with backups in file~