Searched refs:PrintOut (Results 1 – 3 of 3) sorted by relevance
293 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 )
437 int PrintOut = FALSE; /* print out the grammar */ variable
130 extern int PrintOut;