Searched refs:IS_BLANKZ (Results 1 – 2 of 2) sorted by relevance
1022 if (!(IS_BLANKZ(parser->buffer) || CHECK(parser->buffer, '-') in yaml_parser_fetch_next_token()2133 if (!IS_BLANKZ(parser->buffer)) { in yaml_parser_scan_directive_name()2297 if (!IS_BLANKZ(parser->buffer)) { in yaml_parser_scan_tag_directive_value()2349 if (!length || !(IS_BLANKZ(parser->buffer) || CHECK(parser->buffer, '?') in yaml_parser_scan_anchor()2469 if (!IS_BLANKZ(parser->buffer)) { in yaml_parser_scan_tag()3073 while (!IS_BLANKZ(parser->buffer)) in yaml_parser_scan_flow_scalar()3426 while (!IS_BLANKZ(parser->buffer)) in yaml_parser_scan_plain_scalar()
373 #define IS_BLANKZ(string) IS_BLANKZ_AT((string),0) macro