D | mrhoist.c | 266 void MR_dumpTreeF(FILE *f,int depth,Tree *tree,int across) in MR_dumpTreeF() argument 268 void MR_dumpTreeF(f,depth,tree,across) in MR_dumpTreeF() 272 int across; 275 int newAcross=across; 308 void MR_dumpTreeX(int depth,Tree *tree,int across) in MR_dumpTreeX() argument 310 void MR_dumpTreeX(depth,tree,across) in MR_dumpTreeX() 313 int across; 316 MR_dumpTreeF(output,depth,tree,across);
|