Searched refs:IS_BREAK_AT (Results 1 – 2 of 2) sorted by relevance
329 #define IS_BREAK_AT(string,offset) \ macro341 #define IS_BREAK(string) IS_BREAK_AT((string),0)353 (IS_BREAK_AT((string),(offset)) || IS_Z_AT((string),(offset)))
3096 && IS_BREAK_AT(parser->buffer, 1)) in yaml_parser_scan_flow_scalar()