Searched refs:readstat (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.bin/mail/ |
| H A D | quit.c | 66 FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf; in quit() local 152 if ((readstat = Fopen(Tflag, "w")) == NULL) in quit() 166 fprintf(readstat, "%s\n", id); in quit() 170 (void)Fclose(readstat); in quit() 387 FILE *obuf, *ibuf, *readstat; in edstop() local 395 if ((readstat = Fopen(Tflag, "w")) == NULL) in edstop() 409 fprintf(readstat, "%s\n", id); in edstop() 413 (void)Fclose(readstat); in edstop()
|