Searched refs:CACHE (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/yaml/src/ |
| H A D | scanner.c | 486 #define CACHE(parser,length) \ macro 861 if (!CACHE(parser, 1)) in yaml_parser_fetch_next_token() 889 if (!CACHE(parser, 4)) in yaml_parser_fetch_next_token() 1924 if (!CACHE(parser, 1)) return 0; in yaml_parser_scan_to_next_token() 1939 if (!CACHE(parser, 1)) return 0; in yaml_parser_scan_to_next_token() 1945 if (!CACHE(parser, 1)) return 0; in yaml_parser_scan_to_next_token() 1953 if (!CACHE(parser, 1)) return 0; in yaml_parser_scan_to_next_token() 1961 if (!CACHE(parser, 2)) return 0; in yaml_parser_scan_to_next_token() 2055 if (!CACHE(parser, 1)) goto error; in yaml_parser_scan_directive() 2059 if (!CACHE(parser, 1)) goto error; in yaml_parser_scan_directive() [all …]
|