Lines Matching defs:args
301 parser.parse_lines(fd, args.maxlines, el.path)
337 args = ap.parse_args()
340 if '-' in args.path and len(args.path) > 1:
368 fname = args.exclude
377 if len(args.path) and args.path[0] == '-':
379 parser.parse_lines(stdin, args.maxlines, '-')
381 if args.path:
382 for p in args.path:
384 parser.parse_lines(open(p, 'rb'), args.maxlines, p)
387 args.depth)
393 scan_git_tree(repo.head.commit.tree, '.', args.depth)
402 if args.verbose:
422 if ndirs and ndirs != dirsok and args.dirs:
423 if args.verbose:
433 if ndirs and ndirs != dirsok and args.files:
434 if args.verbose or args.dirs: