Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dglobals.c395 char Parser_h_Name[MaxFileName+1] = ""; variable
Dmain.c827 strcpy(Parser_h_Name, CurrentClassName);
828 strcat(Parser_h_Name, ".h");
832 Parser_h = fopen(OutMetaName(Parser_h_Name), "w");
835 special_fopen_actions(OutMetaName(Parser_h_Name)); /* MR1 */
Dproto.h221 extern char Parser_h_Name[];