Searched refs:proc_wait (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/nvi/ex/ |
| H A D | ex_shell.c | 130 return (proc_wait(sp, (long)pid, cmd, 0, 0)); in ex_exec_proc() 148 proc_wait(SCR *sp, long int pid, const char *cmd, int silent, int okpipe) in proc_wait() function
|
| H A D | ex_filter.c | 256 if (proc_wait(sp, in ex_filter() 285 return (proc_wait(sp, (long)utility_pid, np, in ex_filter()
|
| H A D | ex_script.c | 598 (void)proc_wait(sp, (long)sc->sh_pid, "script-shell", 0, 0); in sscr_end()
|
| H A D | ex_argv.c | 800 if (proc_wait(sp, (long)pid, sh, 1, 0)) in argv_sexp()
|
| /freebsd/usr.bin/vi/ |
| H A D | extern.h | 118 int proc_wait(SCR *, long, const char *, int, int);
|