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

3 uses

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