Home
last modified time | relevance | path

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

/freebsd/contrib/libyaml/src/
H A Demitter.c1601 if (!IS_PRINTABLE(string) in yaml_emitter_analyze_scalar()
2064 if (!IS_PRINTABLE(string) || (!emitter->unicode && !IS_ASCII(string)) in yaml_emitter_write_double_quoted_scalar()
H A Dyaml_private.h279 #define IS_PRINTABLE(string) IS_PRINTABLE_AT((string),0) macro