Searched refs:block (Results 1 – 2 of 2) sorted by relevance
2 literal-block: |3 This entire block of text will be the value of the 'literal-block' key,6 This entire block of text will be the value of 'folded', but this
105 int block, int indentless_sequence);530 int block, int indentless_sequence) in yaml_parser_parse_node() argument673 else if (block && token->type == YAML_BLOCK_SEQUENCE_START_TOKEN) { in yaml_parser_parse_node()680 else if (block && token->type == YAML_BLOCK_MAPPING_START_TOKEN) { in yaml_parser_parse_node()702 (block ? "while parsing a block node" in yaml_parser_parse_node()
Completed in 4 milliseconds