Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dparser.c368 if (implicit && token->type != YAML_VERSION_DIRECTIVE_TOKEN && in yaml_parser_parse_document_start()
447 if (token->type == YAML_VERSION_DIRECTIVE_TOKEN || in yaml_parser_parse_document_content()
1254 while (token->type == YAML_VERSION_DIRECTIVE_TOKEN || in yaml_parser_process_directives()
1257 if (token->type == YAML_VERSION_DIRECTIVE_TOKEN) { in yaml_parser_process_directives()
H A Dyaml_private.h532 (TOKEN_INIT((token),YAML_VERSION_DIRECTIVE_TOKEN,(start_mark),(end_mark)), \
/petsc/src/sys/yaml/include/
H A Dyaml.h184 YAML_VERSION_DIRECTIVE_TOKEN, enumerator