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

/ast/src/cmd/mailx/
H A Dhead.c337 ap->flags |= PART_body;
338 if (!(ap->flags & PART_body))
H A Dcmd2.c843 if (!(ap->flags & PART_body)) {
H A Dmailx.h426 #define PART_body (1<<1) macro
H A Dsend.c275 else if ((ap->flags & PART_body) || (flags & GMIME) && ap->count == 1 && !n && ap->next && !ap->next->lines && mime(1) && (s = mimeview(state.part.mime, NiL, NiL, ap->type, ap->opts))) {

Completed in 20 milliseconds