Home
last modified time | relevance | path

Searched refs:readstat (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dquit.c142 FILE *readstat; in edstop() local
151 readstat = NULL; in edstop()
153 if ((readstat = Fopen(Tflag, "wef")) == NULL) in edstop()
167 (void)fprintf(readstat, "%s\n", id); in edstop()
171 (void)Fclose(readstat); in edstop()
269 FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf; in quit() local
278 readstat = NULL; in quit()
383 if ((readstat = Fopen(Tflag, "wef")) == NULL) in quit()
397 (void)fprintf(readstat, "%s\n", id); in quit()
401 (void)Fclose(readstat); in quit()