Searched defs:class_stream (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Doutput.c98 FILE *class_stream; /* where to put the scan.h stuff (if gen_cpp) */ variable
154 if ( class_stream == NULL ) return;
155 fprintf(class_stream, "#ifndef %s\n", gate_symbol(ClassName("")));
156 fprintf(class_stream, "#define %s\n", gate_symbol(ClassName("")));
157 fprintf(class_stream, "/*\n");
158 fprintf(class_stream, " * D L G L e x e r C l a s s D e f i n i t i o n\n");
159 fprintf(class_stream, " *\n");
160 fprintf(class_stream, " * Generated from:");
161 fprintf(class_stream, " %s", file_str[0]);
162 fprintf(class_stream, "\
[all...]

Completed in 32 milliseconds