Home
last modified time | relevance | path

Searched refs:mx_child_run (Results 1 – 12 of 12) sorted by relevance

/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dchild.h90 EXPORT boole mx_child_run(struct mx_child_ctx *ccp);
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dcmd-misc.c343 if(!mx_child_run(&cc) || (rv = cc.cc_exit_status) < 0){ in c_shell()
400 if(mx_child_run(&cc) && (rv = cc.cc_exit_status) >= 0){ in c_dosh()
H A Dcmd-edit.c245 if(!mx_child_run(&cc) || cc.cc_exit_status != 0) in n_run_editor()
H A Dcmd-folder.c420 if(mx_child_run(&cc) && cc.cc_exit_status == 0) in c_folders()
H A Dfile-streams.c246 rv = (mx_child_run(&cc) && cc.cc_exit_status == 0); in a_fs_file_load()
323 rv = (mx_child_run(&cc) && cc.cc_exit_status == 0); in a_fs_file_save()
884 mx_child_run(&cc); in mx_fs_pipe_open()
H A Dchild.c224 mx_child_run(struct mx_child_ctx *ccp){ in mx_child_run() function
H A Dspam.c689 if(!mx_child_run(&cc)){ in _spam_cf_interact()
H A Dmailcap.c1151 if(mx_child_run(&cc) && cc.cc_exit_status == n_EXIT_OK) in mx_mailcap_handler()
H A Dauxlily.c215 mx_child_run(&cc); in page_or_print()
H A Dsend.c415 rbuf = !mx_child_run(&cc) ? NIL : R(FILE*,-1); in a_send_pipefile()
H A Dcollect.c923 if(!mx_child_run(&cc) || cc.cc_exit_status != 0){ in a_coll_pipe()
H A Dsendout.c1076 if(!mx_child_run(&cc)){ in a_sendout_file_a_pipe()