Searched refs:PART_text (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/mailx/
H A Dhead.c178 ap->flags |= PART_text;
193 if ((ap->flags & PART_text) && !strncmp(ap->code, "bin", 3))
334 if (!(ap->flags & (PART_application|PART_message|PART_text)))
335 ap->flags |= PART_text;
336 if ((ap->flags & PART_text) && ((ap->flags & PART_inline) || !ap->name[0]))
H A Dsend.c106 if (!(ap->flags & PART_text) &&
114 else if (!(ap->flags & PART_text) &&
H A Dmailx.h430 #define PART_text (1<<5) macro

Completed in 20 milliseconds