Searched refs:GREFERENCES (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/mailx/
H A Dsend.c142 if ((flags & GREFERENCES) && pp->buf[0] == '-' && pp->buf[1] == '-' && isspace(pp->buf[2]))
212 if (flags & GREFERENCES) {
645 if (hp->h_flags & GREFERENCES) {
659 hp->h_flags &= ~(GMESSAGEID|GREFERENCES);
H A Dcollect.c285 flags |= GREFERENCES;
412 g |= GREFERENCES;
H A Dhead.c92 "references", GREFERENCES,
H A Dmisc.c439 if (type & (GMESSAGEID|GREFERENCES))
H A Dcmd3.c531 if (head.h_references = grab(mp, GREFERENCES, NiL))
532 head.h_flags |= GREFERENCES;
H A Dmailx.h349 #define GREFERENCES (1L<<19) /* Grab References: line */ macro

Completed in 24 milliseconds