Searched refs:run_command (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/mailx/
H A Dedit.c183 err = run_command(edit, 0, -1, -1, state.tmp.edit, NiL, NiL) < 0;
H A Dproc.c462 run_command(char* cmd, int critical, int infd, int outfd, char* a0, char* a1, char* a2) function
H A Dcmd3.c138 run_command(state.var.shell, 0, -1, -1, "-c", cmd, NiL);
140 run_command(state.var.shell, 0, -1, -1, NiL, NiL, NiL);
H A Dcmd1.c458 run_command(cmd, 0, -1, -1, dirname, NiL, NiL);
H A Dcollect.c210 if (run_command(state.var.shell, 0, fileno(fp), fileno(nf), "-c", cmd, NiL) < 0) {
H A Dmailx.h1014 extern int run_command(char*, int, int, int, char*, char*, char*);

Completed in 25 milliseconds