Searched refs:queryfile (Results 1 – 3 of 3) sorted by relevance
116 FILE *queryfile; /* where the query responses from the user come from */ variable
181 if ((queryfile = fopen(im_on, "r")) == NULL) { in main()
734 if (queryfile == NULL) in inquire()743 } while (fgets(buffer, 127, queryfile) == NULL); in inquire()