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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
dlgauto.h 63 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!=stdin) fclose( zzstream_in );
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
dlgauto.h 63 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!=stdin) fclose( zzstream_in );
    [all...]

Completed in 994 milliseconds