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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.proc.c994 int inpipe = 0; local
1015 if ((pp->p_friends->p_flags & PPOU) && !inpipe && (flag & NAME)) {
1016 inpipe = 1;
1028 pcond = (tp != pp || (inpipe && tp == pp));
1044 pcond = ((pp == tp && !inpipe) ||
1045 (inpipe && pipetail == tp && pp == pipehead));
1171 pcond = ((tp == pp->p_friends && !inpipe) ||
1172 (inpipe && pipehead->p_friends == tp && pp == pipetail));
1186 if (inpipe) {
1192 inpipe
[all...]

Completed in 62 milliseconds