Searched refs:YAML_BLOCK_ENTRY_TOKEN (Results 1 – 3 of 3) sorted by relevance
632 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()793 if (token->type == YAML_BLOCK_ENTRY_TOKEN) in yaml_parser_parse_indentless_sequence_entry()799 if (token->type != YAML_BLOCK_ENTRY_TOKEN && in yaml_parser_parse_indentless_sequence_entry()
1619 TOKEN_INIT(token, YAML_BLOCK_ENTRY_TOKEN, start_mark, end_mark); in yaml_parser_fetch_block_entry()
250 YAML_BLOCK_ENTRY_TOKEN, enumerator
Completed in 29 milliseconds