Home
last modified time | relevance | path

Searched refs:SEND_TOFILE (Results 1 – 6 of 6) sorted by relevance

/dports/mail/heirloom-mailx/mailx-12.4/
H A Dcmd2.c273 if ((file = snarf(str, &f, convert != SEND_TOFILE)) == NULL) in save1()
323 if ((obuf = convert == SEND_TOFILE ? Fopen(file, "a+") : in save1()
325 if ((obuf = convert == SEND_TOFILE ? Fopen(file, "wx") : in save1()
440 return save1(str, 0, "write", allignore, SEND_TOFILE, 0, 0); in cwrite()
H A Dsend.c402 case SEND_TOFILE: in sendpart()
455 case SEND_TOFILE: in sendpart()
486 case SEND_TOFILE: in sendpart()
509 case SEND_TOFILE: in sendpart()
563 if (action == SEND_TOFILE && obuf != origobuf) { in sendpart()
H A Ddef.h117 SEND_TOFILE, /* convert for saving body to a file */ enumerator
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dcmd-write.c137 if(convert == SEND_TOFILE && !su_cs_starts_with(file, "file://")) in a_cwrite_save1()
361 rv = a_cwrite_save1(vp, n_IGNORE_ALL, SEND_TOFILE, FAL0, FAL0); in c_write()
H A Dsend.c147 action == SEND_TOFILE) in _out()
759 case SEND_TOFILE: in sendpart()
978 case SEND_TOFILE: in sendpart()
1003 case SEND_TOFILE: in sendpart()
1048 if(oaction == SEND_TOFILE && obuf != origobuf){ in sendpart()
1117 oaction == SEND_TOSRCH || oaction == SEND_TOFILE) && in sendpart()
/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dnail.h446 SEND_TOFILE, /* convert for saving body to a file */ enumerator