Home
last modified time | relevance | path

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

/freebsd/contrib/libyaml/tests/
H A Drun-scanner.c47 done = (token.type == YAML_STREAM_END_TOKEN); in main()
/freebsd/contrib/libyaml/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.c771 if (token->type == YAML_STREAM_END_TOKEN) { in yaml_parser_scan()
/freebsd/contrib/libyaml/include/
H A Dyaml.h222 YAML_STREAM_END_TOKEN, enumerator