Home
last modified time | relevance | path

Searched refs:MR_dumpTreeF (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dproto.h517 extern void MR_dumpTreeF(FILE *f,int depth,Tree *t,int across); /* MR10 */
797 extern void MR_dumpTreeF(); /* MR10 */
Ddumpnode.c152 MR_dumpTreeF(stderr,0,t,5);
Dmrhoist.c266 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);