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

/ast/src/cmd/mailx/
H A Dmain.c411 head.h_flags |= GSUB;
459 state.mode = (head.h_flags & GTO) ? SEND : RECEIVE;
463 if (state.mode == RECEIVE && (head.h_flags & GSTD)) {
H A Dnames.c141 hp->h_flags &= ~GSUB;
177 hp->h_flags |= flags;
187 hp->h_flags &= ~flags;
191 hp->h_flags |= flags;
206 hp->h_flags |= flags;
H A Dsend.c624 flags &= hp->h_flags|GSEND|GCOMMA|GRULE|GNL;
643 if (hp->h_flags & GMESSAGEID) {
645 if (hp->h_flags & GREFERENCES) {
659 hp->h_flags &= ~(GMESSAGEID|GREFERENCES);
H A Dcmd3.c526 head.h_flags |= GSUB;
530 head.h_flags |= GMESSAGEID;
532 head.h_flags |= GREFERENCES;
H A Dcollect.c682 hp->h_flags |= GSUB;
H A Dmailx.h461 unsigned long h_flags; /* Active fields */ member in struct:header

Completed in 1259 milliseconds