github.com/kevinburke/ssh_config.sshLexer.tokens (field)

5 uses

	github.com/kevinburke/ssh_config (current package)
		lexer.go#L15: 	tokens        chan token
		lexer.go#L193: 	s.tokens <- tok
		lexer.go#L225: 	close(s.tokens)
		lexer.go#L232: 		tokens:        make(chan token),
		lexer.go#L239: 	return l.tokens