func src.elv.sh/pkg/shell.InitRuntime

3 uses

	src.elv.sh/pkg/shell (current package)
		runtime.go#L51: func InitRuntime(stderr io.Writer, p Paths, spawn bool) *eval.Evaler {
		shell.go#L47: 	ev := InitRuntime(fds[2], p, spawn)

	src.elv.sh/pkg/web
		web.go#L59: 	ev := shell.InitRuntime(fds[2], p, true)