YAML_DEFAULT_MAPPING_TAG 1326 ext/psych/yaml/api.c tag = (yaml_char_t *)YAML_DEFAULT_MAPPING_TAG; YAML_DEFAULT_MAPPING_TAG 375 ext/psych/yaml/dumper.c int implicit = (strcmp((char *)node->tag, YAML_DEFAULT_MAPPING_TAG) == 0); YAML_DEFAULT_MAPPING_TAG 412 ext/psych/yaml/loader.c tag = yaml_strdup((yaml_char_t *)YAML_DEFAULT_MAPPING_TAG);