Searched refs:GNEWS (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/mailx/
H A Dhead.c78 "newsgroups", GNEWS,
79 "article-id", GNEWS,
80 "reply-to", GNEWS|GREPLY,
81 "original-from", GNEWS|GREPLY,
82 "from", GNEWS|GREPLY,
83 "sender", GNEWS,
740 ((type & (GNEWS|GSUB)) || (s = skin(s, type))) &&
742 if ((type & GNEWS) && (t = strchr(s, ',')))
744 if (type & (GNEWS|GSUB))
H A Dquit.c148 if (news && (mp->m_flag & (MREAD|MDELETE)) && (s = grab(mp, GNEWS, NiL)))
431 (s = grab(mp, GNEWS, 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.h347 #define GNEWS (1L<<17) /* For newsgroup article id */ macro

Completed in 30 milliseconds