Searched refs:proc_wait (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/nvi/ex/
H A Dex_shell.c135 return (proc_wait(sp, (long)pid, cmd, 0, 0));
141 * proc_wait --
150 * PUBLIC: int proc_wait(SCR *, long, const char *, int, int);
153 proc_wait(SCR *sp, long int pid, const char *cmd, int silent, int okpipe) function
H A Dex_filter.c258 if (proc_wait(sp,
287 return (proc_wait(sp, (long)utility_pid, np,
H A Dextern.h84 int proc_wait(SCR *, long, const char *, int, int);
H A Dex_script.c601 (void)proc_wait(sp, (long)sc->sh_pid, "script-shell", 0, 0);
H A Dex_argv.c796 if (proc_wait(sp, (long)pid, sh, 1, 0))

Completed in 109 milliseconds