Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dparser.c632 if (indentless_sequence && token->type == YAML_BLOCK_ENTRY_TOKEN) { in yaml_parser_parse_node()
741 if (token->type == YAML_BLOCK_ENTRY_TOKEN) in yaml_parser_parse_block_sequence_entry()
747 if (token->type != YAML_BLOCK_ENTRY_TOKEN && in yaml_parser_parse_block_sequence_entry()
792 if (token->type == YAML_BLOCK_ENTRY_TOKEN) in yaml_parser_parse_indentless_sequence_entry()
798 if (token->type != YAML_BLOCK_ENTRY_TOKEN && in yaml_parser_parse_indentless_sequence_entry()
H A Dscanner.c1614 TOKEN_INIT(token, YAML_BLOCK_ENTRY_TOKEN, start_mark, end_mark); in yaml_parser_fetch_block_entry()
/petsc/src/sys/yaml/include/
H A Dyaml.h209 YAML_BLOCK_ENTRY_TOKEN, enumerator