src.elv.sh/pkg/eval.Frame.forkWithOutput (method)

4 uses

	src.elv.sh/pkg/eval (current package)
		compile_value.go#L365: 	exc := op.subop.exec(fm.forkWithOutput("[output capture]", outPort))
		frame.go#L173: func (fm *Frame) forkWithOutput(name string, p *Port) *Frame {
		frame.go#L185: 	err = f(fm.forkWithOutput("[output capture]", outPort))
		frame.go#L195: 	err = f(fm.forkWithOutput("[output pipe]", outPort))