Searched refs:MR_dumpTreeF (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | proto.h | 517 extern void MR_dumpTreeF(FILE *f,int depth,Tree *t,int across); /* MR10 */ 797 extern void MR_dumpTreeF(); /* MR10 */
|
D | dumpnode.c | 152 MR_dumpTreeF(stderr,0,t,5);
|
D | mrhoist.c | 266 void MR_dumpTreeF(FILE *f,int depth,Tree *tree,int across) in MR_dumpTreeF() function 268 void MR_dumpTreeF(f,depth,tree,across) in MR_dumpTreeF() 293 MR_dumpTreeF(f,depth+1,tree->down,1); 304 MR_dumpTreeF(f,depth,tree->right,newAcross+1); 316 MR_dumpTreeF(output,depth,tree,across);
|