Home
last modified time | relevance | path

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

/src/contrib/nvi/ex/
H A Dex_shell.c148 proc_wait(SCR *sp, long int pid, const char *cmd, int silent, int okpipe) in proc_wait() argument
170 if (WIFSIGNALED(pstat) && (!okpipe || WTERMSIG(pstat) != SIGPIPE)) { in proc_wait()