Lines Matching full:indicators
85 * The document start and end indicators are represented by:
91 * and '...' indicators), no DOCUMENT-START and DOCUMENT-END tokens will be
213 * FLOW-MAPPING-END represent the indicators '[', ']', '{', and '}'
215 * indicators '?' and ':', which are used for denoting mapping keys and values,
279 * The tokens BLOCK-ENTRY, KEY, and VALUE are used to represent the indicators
375 * line. If the current line contains only '-', '?', and ':' indicators, a new
890 * of the longest indicators ('--- ' and '... '). in yaml_parser_fetch_next_token()
1455 /* The indicators '[' and '{' may start a simple key. */ in yaml_parser_fetch_flow_collection_start()
1465 /* A simple key may follow the indicators '[' and '{'. */ in yaml_parser_fetch_flow_collection_start()
1508 /* No simple keys after the indicators ']' and '}'. */ in yaml_parser_fetch_flow_collection_end()
2350 * a whitespace character or one of the indicators: in yaml_parser_scan_anchor()
2610 * then also the following flow indicators are allowed: in yaml_parser_scan_tag_uri()
2765 /* Scan the additional block scalar indicators. */ in yaml_parser_scan_block_scalar()
3051 /* Check that there are no document indicators at the beginning of the line. */ in yaml_parser_scan_flow_scalar()
3463 /* Check for indicators that may end a plain scalar. */ in yaml_parser_scan_plain_scalar()