Searched refs:okpipe (Results 1 – 1 of 1) sorted by relevance
148 proc_wait(SCR *sp, long int pid, const char *cmd, int silent, int okpipe) in proc_wait() argument170 if (WIFSIGNALED(pstat) && (!okpipe || WTERMSIG(pstat) != SIGPIPE)) { in proc_wait()