Searched refs:run_command (Results 1 – 7 of 7) sorted by relevance
/original-bsd/usr.bin/mail/ |
H A D | edit.c | 163 if (run_command(edit, 0, -1, -1, tempEdit, NOSTR, NOSTR) < 0) {
|
H A D | cmd3.c | 38 (void) run_command(shell, 0, -1, -1, "-c", cmd, NOSTR); 57 (void) run_command(shell, 0, -1, -1, NOSTR, NOSTR, NOSTR);
|
H A D | popen.c | 187 run_command(cmd, mask, infd, outfd, a0, a1, a2) in run_command() function
|
H A D | cmd1.c | 423 (void) run_command(cmd, 0, -1, -1, dirname, NOSTR, NOSTR); in folders()
|
H A D | extern.h | 180 int run_command __P((char *, int, int, int, char *, char *, char *));
|
H A D | collect.c | 454 if (run_command(shell,
|
/original-bsd/contrib/gdb-4.7.LBL/gdb/ |
H A D | infcmd.c | 107 run_command PARAMS ((char *, int)); 205 run_command (args, from_tty) in run_command() function 1257 add_com ("run", class_run, run_command, in _initialize_infcmd()
|