Home
last modified time | relevance | path

Searched refs:yaml_emitter_process_anchor (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/libyaml/src/
Demitter.c176 yaml_emitter_process_anchor(yaml_emitter_t *emitter);
1007 if (!yaml_emitter_process_anchor(emitter)) in yaml_emitter_emit_alias()
1023 if (!yaml_emitter_process_anchor(emitter)) in yaml_emitter_emit_scalar()
1044 if (!yaml_emitter_process_anchor(emitter)) in yaml_emitter_emit_sequence_start()
1068 if (!yaml_emitter_process_anchor(emitter)) in yaml_emitter_emit_mapping_start()
1241 yaml_emitter_process_anchor(yaml_emitter_t *emitter) in yaml_emitter_process_anchor() function