Home | History | Annotate | Download | only in VfrCompile

Lines Matching refs:PreprocessorOutputFileName

158         strlen (PREPROCESSOR_COMMAND) + strlen (gOptions.PreprocessorOutputFileName);

182 strcat (Cmd, gOptions.PreprocessorOutputFileName);
194 if ((VfrFptr = fopen (gOptions.PreprocessorOutputFileName, "r")) == NULL) {
196 gOptions.PreprocessorOutputFileName);
474 strcpy (gOptions.PreprocessorOutputFileName, gOptions.VfrListFileName);
477 strcat (gOptions.PreprocessorOutputFileName, VFR_PREPROCESS_FILENAME_EXTENSION);