Lines Matching refs:excl
50 excl,
71 excl: Exclude nodes matching this regexp; such nodes' fanin/fanout is
95 self.excl = excl
188 # on how many of incl/excl/hilite_fanins/hilite_fanouts filters they hit,
200 re.search(self.excl, edge_spec):
280 --excl='.*->third_party' \
332 "-e", "--excl",
333 default="^$", dest="excl",
387 excl=options.excl,
397 print('exclude nodes : ', options.excl)