Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dglobals.c48 char *ModeFileName = "mode.h"; variable
Dmain.c305 static void pFm(char *s, char *t) {ModeFileName = t;} in pFm()
352 static void pFm(s,t) char *s, *t; {ModeFileName = t;} in pFm()
Dproto.h123 extern char *ModeFileName;
Dgen.c3935 if ( !GenCC && LexGen ) _gen1("#include \"%s\"\n", ModeFileName);
4143 if ( LexGen ) fprintf(f,"#include \"%s\"\n", ModeFileName);