Searched refs:headset (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | edit.c | 200 if (editheaders && headset(&pp, NiL, ep, hp, NiL, editheaders|GTO|GMETOO)) {
|
H A D | send.c | 213 if (headset(&pp, mp, NiL, NiL, NiL, 0)) { 248 if (headset(&pp, mp, NiL, NiL, ignore, flags)) {
|
H A D | head.c | 239 headset(register struct parse* pp, struct msg* mp, FILE* fp, struct header* hp, Dt_t** ignore, unsigned long flags) function 681 if (headset(pp, mp, NiL, NiL, NiL, 0)) {
|
H A D | collect.c | 417 headset(&pp, NiL, pp.fp, hp, NiL, g|GDISPLAY);
|
H A D | mailx.h | 964 extern int headset(struct parse*, struct msg*, FILE*, struct header*, Dt_t**, unsigned long);
|
H A D | spam.c | 509 if (headset(&pp, mp, NiL, NiL, NiL, GFROM))
|
Completed in 46 milliseconds