Searched defs:var_expand (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_parser.c906 need_unescape = false, ucl_escape = false, var_expand = false, local
1271 bool need_unescape = false, ucl_escape = false, var_expand = false; local
828 ucl_lex_json_string(struct ucl_parser *parser, struct ucl_chunk *chunk, bool *need_unescape, bool *ucl_escape, bool *var_expand) argument
1120 ucl_parse_string_value(struct ucl_parser *parser, struct ucl_chunk *chunk, bool *var_expand, bool *need_unescape) argument
1194 ucl_parse_multiline_string(struct ucl_parser *parser, struct ucl_chunk *chunk, const unsigned char *term, int term_len, unsigned char const **beg, bool *var_expand) argument
1521 bool need_unescape = false, ucl_escape = false, var_expand = false; local
[all...]

Completed in 168 milliseconds