Lines Matching defs:InputFile
75 FILE *InputFile;
90 InputFile = fopen (InputPathname, "rt");
91 if (!InputFile)
97 if (!AxIsFileAscii (InputFile))
99 fclose (InputFile);
118 fclose (InputFile);
124 fclose (InputFile);
131 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile))
180 fclose (InputFile);
251 fclose (InputFile);
275 FILE *InputFile;
289 InputFile = fopen (InputPathname, "rt");
290 if (!InputFile)
296 if (!AxIsFileAscii (InputFile))
298 fclose (InputFile);
308 fclose (InputFile);
314 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile))
389 fclose (InputFile);
412 FILE *InputFile;
420 InputFile = fopen (InputPathname, "rt");
421 if (!InputFile)
427 if (!AxIsFileAscii (InputFile))
429 fclose (InputFile);
438 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile))
450 HeaderSize = AxGetTableHeader (InputFile, Header);
508 fclose (InputFile);