Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmain.c293 static void pPrt(void) { PrintOut = TRUE; pCGen(); pLGen(); } in pPrt()
294 static void pPrtA(void) { PrintOut = TRUE; PrintAnnotate = TRUE; pCGen(); pLGen(); } in pPrtA()
339 static void pPrt() { PrintOut = TRUE; pCGen(); pLGen(); } in pPrt()
340 static void pPrtA() { PrintOut = TRUE; PrintAnnotate = TRUE; pCGen(); pLGen(); } in pPrtA()
883 if ( PrintOut )
Dglobals.c437 int PrintOut = FALSE; /* print out the grammar */ variable
Dproto.h130 extern int PrintOut;