quit.c | 142 FILE *readstat; local in function:edstop 151 readstat = NULL; 153 if ((readstat = Fopen(Tflag, "wef")) == NULL) 167 (void)fprintf(readstat, "%s\n", id); 171 (void)Fclose(readstat); 269 FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf; local in function:quit 278 readstat = NULL; 383 if ((readstat = Fopen(Tflag, "wef")) == NULL) 397 (void)fprintf(readstat, "%s\n", id); 401 (void)Fclose(readstat); [all...] |