Searched refs:GREPLY (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | head.c | 80 "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 D | list.c | 118 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 D | cmd3.c | 507 rp = grab(mp, GREPLY, NiL); 519 extract(&head, GTO, grab(mp, GREPLY, NiL));
|
H A D | cmd1.c | 155 name = grab(mp, (state.var.news ? GNEWS : state.var.showto && sender(state.var.user, mesg) ? GTO : GREPLY)|GDISPLAY, NiL);
|
H A D | mailx.h | 350 #define GREPLY (1L<<20) /* For reply to sender */ macro
|
Completed in 24 milliseconds