src.elv.sh/pkg/eval.Port.closeFile (field)

8 uses

	src.elv.sh/pkg/eval (current package)
		compile_effect.go#L105: 				File: writer, Chan: ch, closeFile: true, closeChan: true}
		compile_effect.go#L107: 				File: reader, Chan: ch, closeFile: true, closeChan: false}
		compile_effect.go#L530: 		fm.ports[dst] = &Port{File: f, closeFile: true, Chan: chanForFileRedir(op.mode)}
		compile_effect.go#L532: 		fm.ports[dst] = &Port{File: src, closeFile: false, Chan: chanForFileRedir(op.mode)}
		compile_effect.go#L543: 		fm.ports[dst] = &Port{File: f, closeFile: false, Chan: chanForFileRedir(op.mode)}
		port.go#L18: 	closeFile bool
		port.go#L32: 	if p.closeFile {
		port.go#L105: 	port := &Port{Chan: ch, closeChan: true, File: w, closeFile: true}