const github.com/kevinburke/ssh_config.tokenEOF

6 uses

	github.com/kevinburke/ssh_config (current package)
		lexer.go#L112: 	s.emit(tokenEOF)
		lexer.go#L168: 	s.emit(tokenEOF)
		parser.go#L81: 	case tokenEOF:
		parser.go#L100: 		tok = &token{typ: tokenEOF}
		token.go#L13: 	case tokenEOF:
		token.go#L27: 	tokenEOF