Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/mail/
H A Dedit.c175 if (run_command(edit, 0, -1, -1, tempname, NULL, NULL) < 0) { in run_editor()
H A Dcollect.c355 rc = run_command(sh, 0, nullfd, fileno(fbuf), in collect()
576 if (run_command(sh, 0, fileno(fp), fileno(nf), "-c", cmd, NULL) < 0) { in mespipe()
H A Dcmd3.c59 run_command(sh, 0, -1, -1, "-c", cmd, NULL); in shell()
77 run_command(sh, 0, -1, -1, NULL, NULL, NULL); in dosh()
H A Dextern.h199 int run_command(char *, sigset_t *, int, int, char *, char *, char *);
H A Dcmd1.c433 run_command(cmd, 0, -1, -1, dirname, NULL, NULL); in folders()
H A Dpopen.c206 run_command(char *cmd, sigset_t *mask, int infd, int outfd, char *a0, char *a1, in run_command() function
/dflybsd-src/contrib/gdb-7/gdb/
H A Dinfcmd.c104 static void run_command (char *, int);
625 run_command (char *args, int from_tty) in run_command() function
3136 c = add_com ("run", class_run, run_command, _("\ in _initialize_infcmd()