Home
last modified time | relevance | path

Searched refs:IS_BREAK_AT (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/yaml/src/
H A Dyaml_private.h329 #define IS_BREAK_AT(string,offset) \ macro
341 #define IS_BREAK(string) IS_BREAK_AT((string),0)
353 (IS_BREAK_AT((string),(offset)) || IS_Z_AT((string),(offset)))
H A Dscanner.c3096 && IS_BREAK_AT(parser->buffer, 1)) in yaml_parser_scan_flow_scalar()