IS_BREAK 1584 ext/psych/yaml/emitter.c if (IS_BREAK(string)) {
IS_BREAK 1602 ext/psych/yaml/emitter.c else if (IS_BREAK(string))
IS_BREAK 1926 ext/psych/yaml/emitter.c else if (IS_BREAK(string))
IS_BREAK 1987 ext/psych/yaml/emitter.c else if (IS_BREAK(string))
IS_BREAK 2035 ext/psych/yaml/emitter.c || IS_BOM(string) || IS_BREAK(string)
IS_BREAK 2183 ext/psych/yaml/emitter.c if (IS_SPACE(string) || IS_BREAK(string))
IS_BREAK 2203 ext/psych/yaml/emitter.c if (!IS_BREAK(string))
IS_BREAK 2217 ext/psych/yaml/emitter.c if (IS_BREAK(string))
IS_BREAK 2253 ext/psych/yaml/emitter.c if (IS_BREAK(string))
IS_BREAK 2293 ext/psych/yaml/emitter.c if (IS_BREAK(string))
IS_BREAK 507 ext/psych/yaml/scanner.c IS_BREAK(parser->buffer) ? \
IS_BREAK 1964 ext/psych/yaml/scanner.c if (IS_BREAK(parser->buffer))
IS_BREAK 2086 ext/psych/yaml/scanner.c if (IS_BREAK(parser->buffer)) {
IS_BREAK 2843 ext/psych/yaml/scanner.c if (IS_BREAK(parser->buffer)) {
IS_BREAK 2991 ext/psych/yaml/scanner.c if (!IS_BREAK(parser->buffer)) break;
IS_BREAK 3290 ext/psych/yaml/scanner.c while (IS_BLANK(parser->buffer) || IS_BREAK(parser->buffer))
IS_BREAK 3496 ext/psych/yaml/scanner.c if (!(IS_BLANK(parser->buffer) || IS_BREAK(parser->buffer)))
IS_BREAK 3503 ext/psych/yaml/scanner.c while (IS_BLANK(parser->buffer) || IS_BREAK(parser->buffer))