func gopkg.in/yaml.v2.yaml_parser_scan_anchor

2 uses

	gopkg.in/yaml.v2 (current package)
		scannerc.go#L1359: 	if !yaml_parser_scan_anchor(parser, &token, typ) {
		scannerc.go#L1780: func yaml_parser_scan_anchor(parser *yaml_parser_t, token *yaml_token_t, typ yaml_token_type_t) bool {