usr.bin/mg/def.h
484
int ffclose(FILE *, struct buffer *);
usr.bin/mg/extend.c
636
(void)ffclose(ffp, NULL);
usr.bin/mg/extend.c
640
(void)ffclose(ffp, NULL);
usr.bin/mg/file.c
432
(void)ffclose(ffp, NULL);
usr.bin/mg/file.c
694
s = ffclose(*ffp, bp);
usr.bin/mg/file.c
699
(void)ffclose(*ffp, bp);
usr.bin/mg/fileio.c
357
(void)ffclose(ffp, NULL);
usr.bin/mg/fileio.c
375
(void)ffclose(ffp, NULL);
usr.bin/mg/fileio.c
91
(void)ffclose(ffp, bp);
usr.bin/mg/main.c
167
ffclose(ffp, NULL);
usr.bin/mg/ttykbd.c
65
(void)ffclose(ffp, NULL);