Searched refs:zzstream_in (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Ddlgauto.h63 static FILE *zzstream_in=0; variable
81 #define ZZGETC_STREAM {zzchar = getc(zzstream_in); zzclass = ZZSHIFT(zzchar);}
118 before closing zzstream_in
121 if (zzstream_in && zzstream_in!=stdin) fclose( zzstream_in );
124 zzstream_in = f;
144 before closing zzstream_in
147 if (zzstream_in && zzstream_in!
[all...]

Completed in 41 milliseconds