github.com/kevinburke/ssh_config.sshParser.system (field)

3 uses

	github.com/kevinburke/ssh_config (current package)
		parser.go#L16: 	system bool
		parser.go#L135: 		inc, err := NewInclude(strings.Split(val.val, " "), hasEquals, key.Position, comment, p.system, p.depth+1)
		parser.go#L186: 		system:        system,