Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dscanner.c590 yaml_parser_fetch_more_tokens(yaml_parser_t *parser);
759 if (!yaml_parser_fetch_more_tokens(parser)) in yaml_parser_scan()
797 yaml_parser_fetch_more_tokens(yaml_parser_t *parser) in yaml_parser_fetch_more_tokens() function
H A Dyaml_private.h39 yaml_parser_fetch_more_tokens(yaml_parser_t *parser);
H A Dparser.c49 ((parser->token_available || yaml_parser_fetch_more_tokens(parser)) ? \