func github.com/kevinburke/ssh_config.isKeyChar

2 uses

	github.com/kevinburke/ssh_config (current package)
		lexer.go#L70: 	for r := s.peek(); isKeyChar(r); r = s.peek() {
		token.go#L44: func isKeyChar(r rune) bool {