const gopkg.in/yaml.v2.yaml_KEY_TOKEN

10 uses

	gopkg.in/yaml.v2 (current package)
		parserc.go#L645: 			token.typ != yaml_KEY_TOKEN &&
		parserc.go#L687: 	if token.typ == yaml_KEY_TOKEN {
		parserc.go#L694: 		if token.typ != yaml_KEY_TOKEN &&
		parserc.go#L745: 		if token.typ != yaml_KEY_TOKEN &&
		parserc.go#L797: 		if token.typ == yaml_KEY_TOKEN {
		parserc.go#L933: 		if token.typ == yaml_KEY_TOKEN {
		scannerc.go#L1269: 		typ:        yaml_KEY_TOKEN,
		scannerc.go#L1290: 			typ:        yaml_KEY_TOKEN,
		yamlh.go#L135: 	yaml_KEY_TOKEN         // A KEY token.
		yamlh.go#L178: 	case yaml_KEY_TOKEN: