Lines Matching defs:fp
51 static void statusput(register struct message *mp, register FILE *obuf, int doign, int (*fp)(const char *, FILE *));
63 * Call (*fp)(line, obuf) to print the line.
70 int (*fp)(const char *, FILE *))
115 statusput(mailp, obuf, doign, fp);
123 (*fp)(field, obuf);
149 statusput(mailp, obuf, doign, fp);
152 (*fp)("\n", obuf);
176 statusput(mailp, obuf, doign, fp);
186 (*fp)(line, obuf);
221 (*fp)(line, obuf);
256 int (*fp)(const char *, FILE *))
270 (*fp)(statout, obuf);
408 FILE *mtf, *fp;
532 if (fp = fopen(deadletter,
535 puthead(hp, fp, GMASK|GCLEN, fsize(mtf) - textpos);
537 lcwrite(deadletter, mtf, fp,
539 fclose(fp);