Searched refs:pLGen (Results 1 – 1 of 1) sorted by relevance
289 static void pLGen(void) { LexGen = FALSE; } in pLGen() function293 static void pPrt(void) { PrintOut = TRUE; pCGen(); pLGen(); } in pPrt()294 static void pPrtA(void) { PrintOut = TRUE; PrintAnnotate = TRUE; pCGen(); pLGen(); } in pPrtA()335 static void pLGen() { LexGen = FALSE; } in pLGen() function339 static void pPrt() { PrintOut = TRUE; pCGen(); pLGen(); } in pPrt()340 static void pPrtA() { PrintOut = TRUE; PrintAnnotate = TRUE; pCGen(); pLGen(); } in pPrtA()522 … { "-gx", 0, (void (*)(...)) pLGen, "Do not generate lexical (dlg-related) files (default=FALSE)"},585 { "-gx", 0, pLGen, "Do not generate lexical (dlg-related) files (default=FALSE)"},