HomeSort by: relevance | last modified time | path
    Searched defs:readstat (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
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...]
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...]

Completed in 21 milliseconds