Searched refs:GREPLY (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/mailx/
H A Dhead.c80 "reply-to", GNEWS|GREPLY,
81 "original-from", GNEWS|GREPLY,
82 "from", GNEWS|GREPLY,
724 if (type & (GREPLY|GSENDER)) {
767 if (!(type & (GREPLY|GTO)) || (type & GLAST))
769 if (!(type & (GREPLY|GTO)))
H A Dlist.c118 if (!*name || !(s = grab(state.msg.list + mesg - 1, GREPLY|GCOMPARE, NiL)))
216 if (*s && (t = grab(state.msg.list + mesg - 1, GREPLY|GCOMPARE, NiL)))
H A Dcmd3.c507 rp = grab(mp, GREPLY, NiL);
519 extract(&head, GTO, grab(mp, GREPLY, NiL));
H A Dcmd1.c155 name = grab(mp, (state.var.news ? GNEWS : state.var.showto && sender(state.var.user, mesg) ? GTO : GREPLY)|GDISPLAY, NiL);
H A Dmailx.h350 #define GREPLY (1L<<20) /* For reply to sender */ macro

Completed in 24 milliseconds