Lines Matching defs:ofp
69 FILE *ifp, *ofp;
76 ifp = ofp = NULL;
111 ofp = stdout;
115 ofp = stdout;
119 ofp = file(argv[1], "w");
164 show(ofp, prevline);
177 show(ofp, prevline);
189 show(FILE *ofp, const char *str)
195 (void)fprintf(ofp, "%4d %s", repeats + 1, str);
197 (void)fprintf(ofp, "%s", str);