Searched refs:IS_BLANKZ (Results 1 – 3 of 3) sorted by relevance
1025 if (!(IS_BLANKZ(parser->buffer) || CHECK(parser->buffer, '-') in yaml_parser_fetch_next_token()2140 if (!IS_BLANKZ(parser->buffer)) { in yaml_parser_scan_directive_name()2304 if (!IS_BLANKZ(parser->buffer)) { in yaml_parser_scan_tag_directive_value()2356 if (!length || !(IS_BLANKZ(parser->buffer) || CHECK(parser->buffer, '?') in yaml_parser_scan_anchor()2478 if (!IS_BLANKZ(parser->buffer)) { in yaml_parser_scan_tag()3076 while (!IS_BLANKZ(parser->buffer)) in yaml_parser_scan_flow_scalar()3437 while (!IS_BLANKZ(parser->buffer)) in yaml_parser_scan_plain_scalar()
372 #define IS_BLANKZ(string) IS_BLANKZ_AT((string),0) macro
1622 preceded_by_whitespace = IS_BLANKZ(string); in yaml_emitter_analyze_scalar()
Completed in 10 milliseconds