channel           456 ext/standard/proc_open.c 	wiring_t channel;
channel           772 ext/standard/proc_open.c 	channel.infd = descriptors[0].childend;
channel           773 ext/standard/proc_open.c 	channel.outfd = descriptors[1].childend;
channel           774 ext/standard/proc_open.c 	channel.errfd = -1;
channel           793 ext/standard/proc_open.c 	child = procve(child_argv[0], PROC_DETACHED|PROC_INHERIT_CWD, NULL, &channel, NULL, NULL, 0, NULL, (const char**)child_argv);