Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dparser.c748 token->type != YAML_BLOCK_END_TOKEN) { in yaml_parser_parse_block_sequence_entry()
760 else if (token->type == YAML_BLOCK_END_TOKEN) in yaml_parser_parse_block_sequence_entry()
801 token->type != YAML_BLOCK_END_TOKEN) { in yaml_parser_parse_indentless_sequence_entry()
857 token->type != YAML_BLOCK_END_TOKEN) { in yaml_parser_parse_block_mapping_key()
869 else if (token->type == YAML_BLOCK_END_TOKEN) in yaml_parser_parse_block_mapping_key()
915 token->type != YAML_BLOCK_END_TOKEN) { in yaml_parser_parse_block_mapping_value()
H A Dscanner.c1270 TOKEN_INIT(token, YAML_BLOCK_END_TOKEN, parser->mark, parser->mark); in yaml_parser_unroll_indent()
/petsc/src/sys/yaml/include/
H A Dyaml.h197 YAML_BLOCK_END_TOKEN, enumerator