Home
last modified time | relevance | path

Searched refs:mth_shell_cmd (Results 1 – 4 of 4) sorted by relevance

/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dmime-type.h76 char const *mth_shell_cmd; /* For MIMETYPE_HDL_CMD */ member
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dmime-type.c893 if(*(cp = mthp->mth_shell_cmd) == '\0') in BITENUM_IS()
901 "use ? not @"), mthp->mth_shell_cmd); in BITENUM_IS()
964 mthp->mth_shell_cmd = cp; in BITENUM_IS()
1512 if((mthp->mth_shell_cmd = ccp = n_var_vlook(buf, FAL0)) != NIL){ in mx_mimetype_handler()
1529 if((mthp->mth_shell_cmd = n_var_vlook(buf, FAL0)) != NIL){ in mx_mimetype_handler()
H A Dmailcap.c1178 mthp->mth_shell_cmd = &R(char const*,&p.mch[1] in mx_mailcap_handler()
1181 mthp->mth_shell_cmd = a_mailcap_expand_formats(mthp->mth_shell_cmd, in mx_mailcap_handler()
H A Dsend.c412 cc.cc_args[1] = mthp->mth_shell_cmd; in a_send_pipefile()
417 rbuf = mx_fs_pipe_open(mthp->mth_shell_cmd, "W", sh, env_addon, in a_send_pipefile()