channel           482 ext/standard/proc_open.c 	wiring_t channel;
channel           795 ext/standard/proc_open.c 	channel.infd = descriptors[0].childend;
channel           796 ext/standard/proc_open.c 	channel.outfd = descriptors[1].childend;
channel           797 ext/standard/proc_open.c 	channel.errfd = -1;
channel           816 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);