Searched refs:mimeview (Results 1 - 9 of 9) sorted by relevance
| /ast/src/lib/libast/include/ |
| H A D | mime.h | 44 #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 D | mime.h | 90 #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 D | mime.c | 515 * 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 D | mime.c | 108 if (!(s = mimeview(mp, argv[0], argv[1], argv[2], s)))
|
| /ast/src/cmd/mailx/ |
| H A D | cmd2.c | 633 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 D | send.c | 109 (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 D | collect.c | 558 if (e = mimeview(state.part.mime, "compose", state.tmp.mail, t, NiL)) {
|
| H A D | imap.c | 2174 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 D | mime.c | 546 * low level for mimeview() 634 mimeview(Mime_t* mp, const char* view, const char* name, const char* type, const char* opts) function
|
Completed in 30 milliseconds