Searched refs:doign (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dsend.c51 * If doign is given, suppress ignored header fields.
55 sendmessage(struct message *mp, FILE *obuf, struct ignoretab *doign, argument
77 dostat = doign == 0 || !isign("status", doign);
93 ignoring = doign == ignoreall;
106 ignoring = doign == ignoreall;
134 if (doign != ignoreall)
145 if (doign && isign(line, doign))
185 if (doign
[all...]
H A Dcmd1.c286 type1(int *msgvec, int doign, int page) argument
326 (void)sendmessage(mp, obuf, doign ? ignore : 0, NULL);

Completed in 163 milliseconds