Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/src/
A Dyaml_private.h328 #define IS_BREAK_AT(string,offset) \ macro
340 #define IS_BREAK(string) IS_BREAK_AT((string),0)
352 (IS_BREAK_AT((string),(offset)) || IS_Z_AT((string),(offset)))
A Demitter.c2293 while (IS_BREAK_AT(string, k)) { in yaml_emitter_write_folded_scalar()
A Dscanner.c3099 && IS_BREAK_AT(parser->buffer, 1)) in yaml_parser_scan_flow_scalar()

Completed in 10 milliseconds