Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dparser.c369 token->type != YAML_TAG_DIRECTIVE_TOKEN && in yaml_parser_parse_document_start()
448 token->type == YAML_TAG_DIRECTIVE_TOKEN || in yaml_parser_parse_document_content()
1255 token->type == YAML_TAG_DIRECTIVE_TOKEN) in yaml_parser_process_directives()
1281 else if (token->type == YAML_TAG_DIRECTIVE_TOKEN) { in yaml_parser_process_directives()
H A Dapi.c335 case YAML_TAG_DIRECTIVE_TOKEN: in yaml_token_delete()
H A Dyaml_private.h537 (TOKEN_INIT((token),YAML_TAG_DIRECTIVE_TOKEN,(start_mark),(end_mark)), \
/petsc/src/sys/yaml/include/
H A Dyaml.h186 YAML_TAG_DIRECTIVE_TOKEN, enumerator