Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dparser.c800 token->type != YAML_VALUE_TOKEN && in yaml_parser_parse_indentless_sequence_entry()
856 token->type != YAML_VALUE_TOKEN && in yaml_parser_parse_block_mapping_key()
907 if (token->type == YAML_VALUE_TOKEN) in yaml_parser_parse_block_mapping_value()
914 token->type != YAML_VALUE_TOKEN && in yaml_parser_parse_block_mapping_value()
1018 if (token->type != YAML_VALUE_TOKEN && token->type != YAML_FLOW_ENTRY_TOKEN in yaml_parser_parse_flow_sequence_entry_mapping_key()
1048 if (token->type == YAML_VALUE_TOKEN) { in yaml_parser_parse_flow_sequence_entry_mapping_value()
1134 if (token->type != YAML_VALUE_TOKEN in yaml_parser_parse_flow_mapping_key()
1184 if (token->type == YAML_VALUE_TOKEN) { in yaml_parser_parse_flow_mapping_value()
H A Dscanner.c1749 TOKEN_INIT(token, YAML_VALUE_TOKEN, start_mark, end_mark); in yaml_parser_fetch_value()
/petsc/src/sys/yaml/include/
H A Dyaml.h215 YAML_VALUE_TOKEN, enumerator