Lines Matching refs:ifp
105 static FILE *ifp;
123 static Bool found_input_rec (FILE *ifp , file_rec *rec );
150 ifp = NULL;
158 if ((ifp = fopen(*poptarg,"rb")) == NULL)
172 ifp = (ifp ? ifp : stdin);
211 while (found_input_rec(ifp,&rec) == True)
214 if (ifp != stdin)
232 static Bool found_input_rec(FILE *ifp, file_rec *rec)
239 while ((found != True) && (fgets(buff,BUFSIZ,ifp) != NULL))