File: cliptree

package info (click to toggle)
graphviz 2.42.4-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 95,884 kB
  • sloc: ansic: 1,051,566; cpp: 9,107; makefile: 5,538; tcl: 4,897; sh: 4,506; yacc: 4,190; xml: 2,970; cs: 1,921; objc: 1,157; lex: 625; java: 560; perl: 445; python: 255; awk: 241; javascript: 146; ruby: 64; php: 59; sed: 1
file content (8 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
/* Construct subgraph reachable from node ARGV[0] by forward edges */
BEG_G {
  node_t r = node($,ARGV[0]);

  $tvroot = r;
  $tvtype = TV_fwd;
}
N{$tvroot=NULL; subnode($T,$);}