Lines Matching defs:args
217 parser.parse_lines(fd, args.maxlines, el.path)
231 args = ap.parse_args()
234 if '-' in args.path and len(args.path) > 1:
262 if len(args.path) and args.path[0] == '-':
264 parser.parse_lines(stdin, args.maxlines, '-')
266 if args.path:
267 for p in args.path:
269 parser.parse_lines(open(p, 'rb'), args.maxlines, p)
279 if args.verbose: