type github.com/kevinburke/ssh_config.tokenType

5 uses

	github.com/kevinburke/ssh_config (current package)
		lexer.go#L183: func (s *sshLexer) emit(t tokenType) {
		lexer.go#L187: func (s *sshLexer) emitWithValue(t tokenType, value string) {
		token.go#L7: 	typ tokenType
		token.go#L19: type tokenType int
		token.go#L26: 	tokenError tokenType = iota