HomeSort by relevance Sort by last modified time
    Searched refs:DlgFileName (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
lex.c 53 FILE *dlgFile = fopen(OutMetaName(DlgFileName), "w");
54 require(dlgFile!=NULL, eMsg1("genLexFile: cannot open %s", OutMetaName(DlgFileName)) );
56 special_fopen_actions(OutMetaName(DlgFileName)); /* MR1 */
59 fprintf(dlgFile, "/* %s -- DLG Description of scanner\n", DlgFileName);
globals.c 45 char *DlgFileName = "parser.dlg";
proto.h 121 extern char *DlgFileName;
    [all...]
main.c 304 static void pFl(char *s, char *t) {DlgFileName = t;}
351 static void pFl(s,t) char *s, *t; {DlgFileName = t;}
    [all...]

Completed in 129 milliseconds