Searched refs:var_expand (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libucl/src/ |
H A D | ucl_parser.c | 1018 bool *var_expand) in ucl_lex_json_string() argument 1080 *var_expand = true; in ucl_lex_json_string() 1297 need_unescape = false, ucl_escape = false, var_expand = false, in ucl_parse_key() local 1379 if (!ucl_lex_json_string (parser, chunk, &need_unescape, &ucl_escape, &var_expand)) { in ucl_parse_key() 1516 struct ucl_chunk *chunk, bool *var_expand, bool *need_unescape) in ucl_parse_string_value() argument 1555 *var_expand = true; in ucl_parse_string_value() 1589 bool *var_expand) in ucl_parse_multiline_string() argument 1624 *var_expand = true; in ucl_parse_multiline_string() 1677 bool need_unescape = false, ucl_escape = false, var_expand = false; in ucl_parse_value() local 1700 &var_expand)) { in ucl_parse_value() [all …]
|