func github.com/kevinburke/ssh_config.isKeyStartChar

2 uses

	github.com/kevinburke/ssh_config (current package)
		lexer.go#L156: 		if isKeyStartChar(next) {
		token.go#L39: func isKeyStartChar(r rune) bool {