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

5 uses

	src.elv.sh/pkg/shell (current package)
		paths.go#L30: 		setChild(&p.Sock, p.RunDir, "sock")
		paths.go#L35: 		setChild(&p.Db, p.DataDir, "db")
		paths.go#L36: 		setChild(&p.Rc, p.DataDir, "rc.elv")
		paths.go#L37: 		setChild(&p.LibDir, p.DataDir, "lib")
		paths.go#L62: func setChild(p *string, d, name string) {