Searched refs:MIME_PIPE (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/include/
H A Dmime.h44 #define MIME_PIPE (1<<2) /* mimeview() io is piped */ macro
/ast/src/cmd/mailx/port/
H A Dmime.h90 #define MIME_PIPE (1<<2) /* mimeview() io is piped */ macro
H A Dmime.c525 mp->disc->flags |= MIME_PIPE;
538 mp->disc->flags &= ~MIME_PIPE;
/ast/src/lib/libast/misc/
H A Dmime.c559 mp->disc->flags |= MIME_PIPE;
591 mp->disc->flags &= ~MIME_PIPE;
/ast/src/cmd/mailx/
H A Dcollect.c560 if (state.part.disc.flags & MIME_PIPE) {

Completed in 16 milliseconds