Home | History | Annotate | Download | only in mail

Lines Matching defs:nf

132 	FILE *nf;
136 nf = run_editor(fp, (off_t)-1, c, 0);
137 if (nf != NULL) {
138 (void)fseek(nf, 0L, 2);
139 collf = nf;
155 FILE *nf;
168 (nf = Fdopen(fd, "wef+")) == NULL) {
182 NULL, fileno(fp), fileno(nf), "-c", cmd, NULL) < 0) {
183 (void)Fclose(nf);
186 if (fsize(nf) == 0) {
188 (void)Fclose(nf);
194 (void)fseek(nf, 0L, 2);
195 collf = nf;