const gopkg.in/yaml.v2.yaml_BLOCK_ENTRY_TOKEN

8 uses

	gopkg.in/yaml.v2 (current package)
		parserc.go#L453: 	if indentless_sequence && token.typ == yaml_BLOCK_ENTRY_TOKEN {
		parserc.go#L591: 	if token.typ == yaml_BLOCK_ENTRY_TOKEN {
		parserc.go#L598: 		if token.typ != yaml_BLOCK_ENTRY_TOKEN && token.typ != yaml_BLOCK_END_TOKEN {
		parserc.go#L637: 	if token.typ == yaml_BLOCK_ENTRY_TOKEN {
		parserc.go#L644: 		if token.typ != yaml_BLOCK_ENTRY_TOKEN &&
		scannerc.go#L1230: 		typ:        yaml_BLOCK_ENTRY_TOKEN,
		yamlh.go#L133: 	yaml_BLOCK_ENTRY_TOKEN // A BLOCK-ENTRY token.
		yamlh.go#L174: 	case yaml_BLOCK_ENTRY_TOKEN: