Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dparser.c60 (parser->tokens.head->type == YAML_STREAM_END_TOKEN), \
371 token->type != YAML_STREAM_END_TOKEN) in yaml_parser_parse_document_start()
385 else if (token->type != YAML_STREAM_END_TOKEN) in yaml_parser_parse_document_start()
451 token->type == YAML_STREAM_END_TOKEN) { in yaml_parser_parse_document_content()
H A Dyaml_private.h510 (TOKEN_INIT((token),YAML_STREAM_END_TOKEN,(start_mark),(end_mark)))
H A Dscanner.c769 if (token->type == YAML_STREAM_END_TOKEN) parser->stream_end_produced = 1; in yaml_parser_scan()
/petsc/src/sys/yaml/include/
H A Dyaml.h181 YAML_STREAM_END_TOKEN, enumerator