Lines Matching refs:args
307 parser.parse_lines(fd, args.maxlines, el.path)
343 args = ap.parse_args() variable
346 if '-' in args.path and len(args.path) > 1:
374 fname = args.exclude
383 if len(args.path) and args.path[0] == '-':
385 parser.parse_lines(stdin, args.maxlines, '-')
387 if args.path:
388 for p in args.path:
390 parser.parse_lines(open(p, 'rb'), args.maxlines, p)
393 args.depth)
399 scan_git_tree(repo.head.commit.tree, '.', args.depth)
408 if args.verbose:
431 if ndirs and ndirs != dirsok and args.dirs:
432 if args.verbose:
442 if ndirs and ndirs != dirsok and args.files:
443 if args.verbose or args.dirs: