Home
last modified time | relevance | path

Searched refs:n_PROTO_FILE (Results 1 – 7 of 7) sorted by relevance

/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dquit.c266 if(lastnl != TRU2 && (fs & n_PROTO_MASK) == n_PROTO_FILE) in edstop()
270 else if(!gotcha && (fs & n_PROTO_MASK) == n_PROTO_FILE) in edstop()
559 if((fs & n_PROTO_MASK) == n_PROTO_FILE) in makembox()
582 if(lastnl != TRU2 && (fs & n_PROTO_MASK) == n_PROTO_FILE) in makembox()
641 if(lastnl != TRU2 && (fs & n_PROTO_MASK) == n_PROTO_FILE) in makembox()
H A Dcmd-write.c144 (fs & n_PROTO_MASK) == n_PROTO_FILE || in a_cwrite_save1()
H A Dshexp.c1073 case n_PROTO_FILE: in fexpand()
1131 case n_PROTO_FILE: in fexpand()
H A Dfolder.c121 if(p == n_PROTO_FILE || p == n_PROTO_MAILDIR || p == n_PROTO_EML){ in _update_mailname()
H A Dfile-streams.c434 case n_PROTO_FILE:{ in mx_fs_open_any()
H A Dsendout.c1117 (n_PROTO_FILE | mx_FS_OPEN_STATE_EXISTS)){ in a_sendout_file_a_pipe()
1279 (n_PROTO_FILE | mx_FS_OPEN_STATE_EXISTS)){ in a_sendout__savemail()
/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dnail.h424 n_PROTO_FILE, /* refers to a local file */ enumerator
425 PROTO_FILE = n_PROTO_FILE,