Home | History | Annotate | Download | only in checkdeps

Lines Matching refs:incl

48                incl,
68 incl: Include only nodes matching this regexp; such nodes' fanin/fanout
92 self.incl = incl
109 #if re.search(self.incl, rel_path) and not re.search(self.excl, rel_path):
194 # on how many of incl/excl/hilite_fanins/hilite_fanouts filters they hit,
205 if not re.search(self.incl, edge_spec) or \
285 --incl='^(apps|chrome/browser|content/browser)->.*' \
324 "-i", "--incl",
325 default="^.*$", dest="incl",
337 "See --incl for details on the format.")
387 incl=options.incl,
397 print 'include nodes : ', options.incl