func github.com/kevinburke/ssh_config.parseWithDepth

3 uses

	github.com/kevinburke/ssh_config (current package)
		config.go#L195: 	return parseWithDepth(filename, 0)
		config.go#L198: func parseWithDepth(filename string, depth uint8) (*Config, error) {
		config.go#L581: 		config, err := parseWithDepth(matches[i], depth)