Lines Matching refs:nf
61 FILE *nf = NULL; in run_editor() local
80 if ((nf = Fdopen(t, "wef")) == NULL) { in run_editor()
88 (void)putc(t, nf); in run_editor()
91 (void)putc(t, nf); in run_editor()
92 (void)fflush(nf); in run_editor()
93 if (ferror(nf)) { in run_editor()
94 (void)Fclose(nf); in run_editor()
97 nf = NULL; in run_editor()
100 if (fstat(fileno(nf), &statb) < 0) in run_editor()
104 if (Fclose(nf) < 0) { in run_editor()
107 nf = NULL; in run_editor()
110 nf = NULL; in run_editor()
137 if ((nf = Fopen(tempname, "aef+")) == NULL) { in run_editor()
144 return nf; in run_editor()