Lines Matching refs:gft
15 -#define grflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
16 -#define mgrflush { free(lb); free(slb); DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
17 +#define grflush { DGifCloseFile(gft, NULL); return(FH_ERROR_FORMAT); }
18 +#define mgrflush { free(lb); free(slb); DGifCloseFile(gft, NULL); return(FH_ERROR_FORMAT); }
20 -#define agrflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
21 +#define agrflush { DGifCloseFile(gft, NULL); return(FH_ERROR_FORMAT); }
29 - gft=DGifOpenFileName(name);
30 + gft=DGifOpenFileName(name, NULL);
31 if(gft==NULL){printf("err5\n"); gflush;} //////////
38 - DGifCloseFile(gft);
39 + DGifCloseFile(gft, NULL);
47 - gft=DGifOpenFileName(name);
48 + gft=DGifOpenFileName(name, NULL);
49 if(gft==NULL) gflush;
53 px=gft->Image.Width;
54 py=gft->Image.Height;
56 - DGifCloseFile(gft);
57 + DGifCloseFile(gft, NULL);
65 - DGifCloseFile(gft);
66 + DGifCloseFile(gft, NULL);