pip               351 usr/bin/sh/sh.c 	int pip[2] = { -1, -1 };
pip               360 usr/bin/sh/sh.c 			redir[0] = pip[0];
pip               361 usr/bin/sh/sh.c 			if (pipe(pip) == -1) {
pip               365 usr/bin/sh/sh.c 			redir[1] = pip[1];
pip               370 usr/bin/sh/sh.c 			redir[0] = pip[0];