Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dparser.c799 token->type != YAML_KEY_TOKEN && in yaml_parser_parse_indentless_sequence_entry()
849 if (token->type == YAML_KEY_TOKEN) in yaml_parser_parse_block_mapping_key()
855 if (token->type != YAML_KEY_TOKEN && in yaml_parser_parse_block_mapping_key()
913 if (token->type != YAML_KEY_TOKEN && in yaml_parser_parse_block_mapping_value()
979 if (token->type == YAML_KEY_TOKEN) { in yaml_parser_parse_flow_sequence_entry()
1130 if (token->type == YAML_KEY_TOKEN) { in yaml_parser_parse_flow_mapping_key()
H A Dscanner.c1667 TOKEN_INIT(token, YAML_KEY_TOKEN, start_mark, end_mark); in yaml_parser_fetch_key()
1693 TOKEN_INIT(token, YAML_KEY_TOKEN, simple_key->mark, simple_key->mark); in yaml_parser_fetch_value()
/petsc/src/sys/yaml/include/
H A Dyaml.h213 YAML_KEY_TOKEN, enumerator