Searched refs:YAML_ANCHOR_TOKEN (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/yaml/include/ |
| H A D | yaml.h | 220 YAML_ANCHOR_TOKEN, enumerator
|
| /petsc/src/sys/yaml/src/ |
| H A D | api.c | 344 case YAML_ANCHOR_TOKEN: in yaml_token_delete()
|
| H A D | parser.c | 556 if (token->type == YAML_ANCHOR_TOKEN) in yaml_parser_parse_node() 584 if (token->type == YAML_ANCHOR_TOKEN) in yaml_parser_parse_node()
|
| H A D | scanner.c | 976 return yaml_parser_fetch_anchor(parser, YAML_ANCHOR_TOKEN); in yaml_parser_fetch_next_token() 2354 yaml_parser_set_scanner_error(parser, type == YAML_ANCHOR_TOKEN ? in yaml_parser_scan_anchor() 2362 if (type == YAML_ANCHOR_TOKEN) ANCHOR_TOKEN_INIT(*token, string.start, start_mark, end_mark); in yaml_parser_scan_anchor()
|
| H A D | yaml_private.h | 517 (TOKEN_INIT((token),YAML_ANCHOR_TOKEN,(start_mark),(end_mark)), \
|