Searched refs:quoted_implicit (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/psych/
H A Dpsych_parser.c377 VALUE plain_implicit, quoted_implicit, style; local
407 quoted_implicit =
408 event.data.scalar.quoted_implicit == 0 ? Qfalse : Qtrue;
417 args[5] = quoted_implicit;
/macosx-10.10.1/ruby-106/ruby/ext/psych/yaml/
H A Ddumper.c324 int quoted_implicit = (strcmp((char *)node->tag, local
328 node->data.scalar.length, plain_implicit, quoted_implicit,
H A Dyaml.h440 int quoted_implicit; member in struct:yaml_event_s::__anon12110::__anon12116
561 * @a quoted_implicit flags must be set.
570 * @param[in] quoted_implicit If the tag may be omitted for any
581 int plain_implicit, int quoted_implicit,
H A Dparser.c642 int quoted_implicit = 0; local
649 quoted_implicit = 1;
654 plain_implicit, quoted_implicit,
H A Dapi.c818 int plain_implicit, int quoted_implicit,
856 plain_implicit, quoted_implicit, style, mark, mark);
815 yaml_scalar_event_initialize(yaml_event_t *event, yaml_char_t *anchor, yaml_char_t *tag, yaml_char_t *value, int length, int plain_implicit, int quoted_implicit, yaml_scalar_style_t style) argument
H A Demitter.c1185 && !event->data.scalar.quoted_implicit) {
1224 if (no_tag && !event->data.scalar.quoted_implicit
1707 && !event->data.scalar.quoted_implicit))) {
H A Dyaml_private.h586 (event).data.scalar.quoted_implicit = (event_quoted_implicit), \

Completed in 133 milliseconds