Searched refs:io_ciffilelength (Results 1 – 1 of 1) sorted by relevance
1967 static INTBIG io_ciffilelength; /* file length */ variable1988 if (io_verbose < 0 && io_ciffilelength > 0) DiaDoneProgress(io_cifprogressdialog); in io_doneinput()1997 io_ciffilelength = filesize(io_cifinfile); in io_infromfile()1998 if (io_ciffilelength > 0) in io_infromfile()2002 DiaSetProgress(io_cifprogressdialog, 0, io_ciffilelength); in io_infromfile()2004 } else io_ciffilelength = 0; in io_infromfile()2033 if (io_verbose < 0 && io_ciffilelength > 0 && (io_cifcharsread%2000) == 0) in io_getch()2034 DiaSetProgress(io_cifprogressdialog, io_cifcharsread, io_ciffilelength); in io_getch()