Searched refs:mimeview (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libast/include/
H A Dmime.h44 #define MIME_PIPE (1<<2) /* mimeview() io is piped */
85 extern char* mimeview(Mime_t*, const char*, const char*, const char*, const char*);
/ast/src/cmd/mailx/port/
H A Dmime.h90 #define MIME_PIPE (1<<2) /* mimeview() io is piped */
130 extern char* mimeview(Mime_t*, const char*, const char*, const char*, const char*);
H A Dmime.c515 * low level for mimeview()
571 mimeview(Mime_t* mp, const char* view, const char* name, const char* type, const char* opts) function
/ast/src/cmd/builtin/
H A Dmime.c108 if (!(s = mimeview(mp, argv[0], argv[1], argv[2], s)))
/ast/src/cmd/mailx/
H A Dcmd2.c633 if (!ap->code[0] && mimeview(state.part.mime, "encoding", name, ap->type, ap->opts))
642 if ((flags & GMIME) && mime(1) && (s = mimeview(state.part.mime, NiL, NiL, ap->type, ap->opts)))
659 if ((flags & GMIME) && mime(1) && (s = mimeview(state.part.mime, NiL, NiL, ap->type, ap->opts))) {
H A Dsend.c109 (s = mimeview(state.part.mime, NiL, "", ap->type, NiL)))
117 (s = mimeview(state.part.mime, NiL, state.tmp.more, ap->type, NiL))) {
275 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))) {
H A Dcollect.c558 if (e = mimeview(state.part.mime, "compose", state.tmp.mail, t, NiL)) {
H A Dimap.c2174 if (pp->encoding && mime(1) && mimeview(state.part.mime, "encoding", name, pp->type, pp->options))
2213 (s = mimeview(state.part.mime, NiL, name, pp->type, pp->options)))
2214 note(DEBUG, "mimeview `%s'", s);
2234 (s = mimeview(state.part.mime, NiL, name, pp->type, pp->options)) &&
/ast/src/lib/libast/misc/
H A Dmime.c546 * low level for mimeview()
634 mimeview(Mime_t* mp, const char* view, const char* name, const char* type, const char* opts) function

Completed in 33 milliseconds