Searched defs:need_unescape (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libucl/src/ |
H A D | ucl_parser.c | 596 bool need_unescape, bool need_lowercase, bool need_expand, in ucl_copy_or_store_ptr() 1086 bool *need_unescape, in ucl_lex_json_string() 1170 struct ucl_chunk *chunk, bool *need_unescape) in ucl_lex_squoted_string() 1367 need_unescape = false, ucl_escape = false, var_expand = false, in ucl_parse_key() local 1582 struct ucl_chunk *chunk, bool *var_expand, bool *need_unescape) in ucl_parse_string_value() 1743 bool need_unescape = false, ucl_escape = false, var_expand = false; in ucl_parse_value() local 2238 bool need_unescape = false, ucl_escape = false, var_expand = false; in ucl_parse_macro_value() local
|