Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmain.c289 static void pLGen(void) { LexGen = FALSE; } in pLGen() function
293 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() function
339 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)"},