Searched defs:pLGen (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmain.c289 static void pLGen(void) { LexGen = FALSE; } function
293 static void pPrt(void) { PrintOut = TRUE; pCGen(); pLGen(); }
294 static void pPrtA(void) { PrintOut = TRUE; PrintAnnotate = TRUE; pCGen(); pLGen(); }
335 static void pLGen() { LexGen = FALSE; } function
339 static void pPrt() { PrintOut = TRUE; pCGen(); pLGen(); }
340 static void pPrtA() { PrintOut = TRUE; PrintAnnotate = TRUE; pCGen(); pLGen(); }
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)"},

Completed in 37 milliseconds