github.com/kevinburke/ssh_config.sshLexer.peek (method)

10 uses

	github.com/kevinburke/ssh_config (current package)
		lexer.go#L25: 		for next := s.peek(); next != '\n' && next != eof; next = s.peek() {
		lexer.go#L41: 		next := s.peek()
		lexer.go#L52: 		next := s.peek()
		lexer.go#L70: 	for r := s.peek(); isKeyChar(r); r = s.peek() {
		lexer.go#L87: 		next := s.peek()
		lexer.go#L117: 	r := s.peek()
		lexer.go#L139: 		next := s.peek()
		lexer.go#L197: func (s *sshLexer) peek() rune {