cliptree 178 B

12345678
  1. /* Construct subgraph reachable from node ARGV[0] by forward edges */
  2. BEG_G {
  3. node_t r = node($,ARGV[0]);
  4. $tvroot = r;
  5. $tvtype = TV_fwd;
  6. }
  7. N{$tvroot=NULL; subnode($T,$);}