Searched refs:GNEWS (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | head.c | 78 "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 D | quit.c | 148 if (news && (mp->m_flag & (MREAD|MDELETE)) && (s = grab(mp, GNEWS, NiL))) 431 (s = grab(mp, GNEWS, 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 | 347 #define GNEWS (1L<<17) /* For newsgroup article id */ macro
|
Completed in 30 milliseconds